-
- All Implemented Interfaces:
-
com.gojek.mqtt.policies.IFallbackPolicy,com.gojek.mqtt.policies.connectretrytime.IConnectRetryTimePolicy
public final class ConnectRetryTimePolicy implements IConnectRetryTimePolicy
-
-
Constructor Summary
Constructors Constructor Description ConnectRetryTimePolicy(ConnectRetryTimeConfig connectRetryTimeConfig)
-
Method Summary
Modifier and Type Method Description IntegergetConnRetryTimeSecs(Boolean forceExp)IntegergetConnRetryTimeSecs()IntegergetRetryCount()IntegergetCurrentRetryTime()UnitresetParams()-
-
Constructor Detail
-
ConnectRetryTimePolicy
ConnectRetryTimePolicy(ConnectRetryTimeConfig connectRetryTimeConfig)
-
-
Method Detail
-
getConnRetryTimeSecs
Integer getConnRetryTimeSecs(Boolean forceExp)
-
getConnRetryTimeSecs
Integer getConnRetryTimeSecs()
-
getRetryCount
Integer getRetryCount()
-
getCurrentRetryTime
Integer getCurrentRetryTime()
-
resetParams
Unit resetParams()
-
-
-
-