public interface ReconnectionListener
Listener for reconnection events.
- Since:
- 4.2
- Author:
- Mark Paluch
-
Field Summary
Fields Modifier and Type Field Description static ReconnectionListenerNO_OP -
Method Summary
Modifier and Type Method Description voidonReconnectAttempt(ConnectionEvents.Reconnect reconnect)Listener method notified on a reconnection attempt.
-
Field Details
-
NO_OP
-
-
Method Details
-
onReconnectAttempt
Listener method notified on a reconnection attempt.- Parameters:
reconnect- the event payload.
-