Package com.mongodb.event
Class ConnectionPoolOpenedEvent
java.lang.Object
com.mongodb.event.ConnectionPoolOpenedEvent
Deprecated.
An event signifying the opening of a connection pool.
- Since:
- 3.5
-
Constructor Summary
ConstructorDescriptionConnectionPoolOpenedEvent
(ServerId serverId, ConnectionPoolSettings settings) Deprecated.Constructs a new instance of the event. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the server idDeprecated.Gets the connection pool settings.toString()
Deprecated.
-
Constructor Details
-
ConnectionPoolOpenedEvent
Deprecated.Constructs a new instance of the event.- Parameters:
serverId
- the server idsettings
- the connection pool settings
-
-
Method Details
ConnectionPoolCreatedEvent