Interface ClientConnectionStateHandler


  • public interface ClientConnectionStateHandler
    Handles thin client connection state.
    • Method Detail

      • onDisconnected

        void onDisconnected​(@Nullable
                            @Nullable Exception e)
        Handles connection loss.
        Parameters:
        e - Exception that caused the disconnect, can be null.