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