@Beta public class ConnectionPoolOpenedEvent extends ConnectionPoolEvent
| Constructor and Description |
|---|
ConnectionPoolOpenedEvent(ServerId serverId,
ConnectionPoolSettings settings)
Constructs a new instance of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoolSettings |
getSettings()
Gets the settings for this connection pool.
|
getServerIdgetClusterIdpublic ConnectionPoolOpenedEvent(ServerId serverId, ConnectionPoolSettings settings)
serverId - the server identifiersettings - the connection pool settingspublic ConnectionPoolSettings getSettings()