Interface TarantoolConnectionFailureListener
-
public interface TarantoolConnectionFailureListenerConnection failure listener. Used inTarantoolConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnectionFailure(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
-
-