Package com.mongodb.event
Class ConnectionPoolWaitQueueEnteredEvent
- java.lang.Object
-
- com.mongodb.event.ConnectionPoolWaitQueueEnteredEvent
-
@Deprecated public final class ConnectionPoolWaitQueueEnteredEvent extends Object
Deprecated.In the next major release, this event will no longer be publishedAn event for entering the wait queue of the connection pool.- Since:
- 3.5
-
-
Constructor Summary
Constructors Constructor Description ConnectionPoolWaitQueueEnteredEvent(ServerId serverId)
Deprecated.Construct an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ServerId
getServerId()
Deprecated.Gets the server id.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
ConnectionPoolWaitQueueEnteredEvent
public ConnectionPoolWaitQueueEnteredEvent(ServerId serverId)
Deprecated.Construct an instance.- Parameters:
serverId
- the server id
-
-