Interface TarantoolConnectionCloseListener
-
public interface TarantoolConnectionCloseListenerConnection close listener. Used inTarantoolConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnectionClosed(TarantoolConnection connection)This method is invoked when the connection has been closed.
-
-
-
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
-
-