Package com.mongodb.event
Class ConnectionCheckOutStartedEvent
- java.lang.Object
-
- com.mongodb.event.ConnectionCheckOutStartedEvent
-
public final class ConnectionCheckOutStartedEvent extends Object
An event for when the driver starts to checkout out a connection.- Since:
- 4.0
-
-
Constructor Summary
Constructors Constructor Description ConnectionCheckOutStartedEvent(ServerId serverId)
Construct an instance
-
-
-
Constructor Detail
-
ConnectionCheckOutStartedEvent
public ConnectionCheckOutStartedEvent(ServerId serverId)
Construct an instance- Parameters:
serverId
- the server id
-
-