Interface TarantoolConnectionCloseListener
-
public interface TarantoolConnectionCloseListener
Connection close listener. Used inTarantoolConnection
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onConnectionClosed(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
-
-