Interface AfterConnectInternalListener
-
- All Known Implementing Classes:
ClusterConnectionImpl
public interface AfterConnectInternalListenerTo be called right after the ConnectionFactory created a connection. This listener is not part of the API and shouldn't be used by users. (if you do so we can't guarantee any API compatibility on this class)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConnection(ClientSessionFactoryInternal sf)
-
-
-
Method Detail
-
onConnection
void onConnection(ClientSessionFactoryInternal sf)
-
-