-
- All Implemented Interfaces:
-
com.gojek.mqtt.policies.IFallbackPolicy
public interface IHostFallbackPolicy implements IFallbackPolicy
-
-
Method Summary
Modifier and Type Method Description abstract ServerUrigetServerUri()abstract UnitonConnectFailure(Throwable exception)-
-
Method Detail
-
getServerUri
abstract ServerUri getServerUri()
-
onConnectFailure
abstract Unit onConnectFailure(Throwable exception)
-
-
-
-