Interface TarantoolConnectionFailureListener


  • public interface TarantoolConnectionFailureListener
    Connection failure listener. Used in TarantoolConnection
    • Method Detail

      • onConnectionFailure

        void onConnectionFailure​(TarantoolConnection connection,
                                 Throwable e)
        This method is invoked when the connection has been broken. The possible exception can be handled appropriately
        Parameters:
        connection - connection that was disconnected
        e - disconnection cause