public final class ConnectionCheckOutStartedEvent
extends Object
An event for when the driver starts to check out a connection.
- Since:
- 4.0
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
ConnectionCheckOutStartedEvent
public ConnectionCheckOutStartedEvent(ServerId serverId)
Construct an instance
- Parameters:
serverId
- the server id
-
Method Details
-
getServerId
Gets the server id
- Returns:
- the server id
-