public interface ConnectionLifecycleListener<T extends Connection>
Modifier and Type | Method and Description |
---|---|
void |
onConnectionClose(T connection,
Throwable t,
boolean silent)
Deals with cleaning up a closed connection.
|
void onConnectionClose(T connection, Throwable t, boolean silent)
Connection.close(String, Throwable)
method where it is protected against multiple closes.Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.