Interface TarantoolConnectionCloseListener


  • public interface TarantoolConnectionCloseListener
    Connection close listener. Used in TarantoolConnection
    • Method Detail

      • onConnectionClosed

        void onConnectionClosed​(TarantoolConnection connection)
        This method is invoked when the connection has been closed. The internal channel may probably be in invalid state
        Parameters:
        connection - connection that was disconnected