Package com.mongodb.event
Class ConnectionPoolWaitQueueExitedEvent
- java.lang.Object
-
- com.mongodb.event.ConnectionPoolWaitQueueExitedEvent
-
public final class ConnectionPoolWaitQueueExitedEvent extends Object
An event for entering the wait queue of the connection pool.- Since:
- 3.5
-
-
Constructor Summary
Constructors Constructor Description ConnectionPoolWaitQueueExitedEvent(ServerId serverId)
Construct an instance.
-
-
-
Constructor Detail
-
ConnectionPoolWaitQueueExitedEvent
public ConnectionPoolWaitQueueExitedEvent(ServerId serverId)
Construct an instance.- Parameters:
serverId
- the server id
-
-