Interface ClientDisconnectListener

    • Method Detail

      • onDisconnected

        void onDisconnected​(Exception reason)
        Client disconnected callback.
        Parameters:
        reason - Exception that caused the disconnect, can be null.