Package io.siddhi.core.util.transport
Class BackoffRetryCounter
- java.lang.Object
-
- io.siddhi.core.util.transport.BackoffRetryCounter
-
public class BackoffRetryCounter extends Object
Backoff Retry Counter to count when to retry next during reconnection
-
-
Constructor Summary
Constructors Constructor Description BackoffRetryCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetTimeInterval()longgetTimeIntervalMillis()voidincrement()voidreset()
-
-
-
Method Detail
-
reset
public void reset()
-
increment
public void increment()
-
getTimeIntervalMillis
public long getTimeIntervalMillis()
-
getTimeInterval
public String getTimeInterval()
-
-