Interface TarantoolConnectionFailureListener
-
public interface TarantoolConnectionFailureListener
Connection failure listener. Used inTarantoolConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onConnectionFailure(TarantoolConnection connection, Throwable e)
This method is invoked when the connection has been broken.
-
-
-
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 disconnectede
- disconnection cause
-
-