Interface ReconnectionListener


  • public interface ReconnectionListener
    Listener for reconnection events.
    Since:
    4.2
    Author:
    Mark Paluch
    • Method Detail

      • onReconnectAttempt

        void onReconnectAttempt​(ConnectionEvents.Reconnect reconnect)
        Listener method notified on a reconnection attempt.
        Parameters:
        reconnect - the event payload.