Package com.mongodb.event
Class ConnectionCheckedOutEvent
- java.lang.Object
-
- com.mongodb.event.ConnectionCheckedOutEvent
-
@Deprecated(since="2021-05-27") public final class ConnectionCheckedOutEvent extends java.lang.Object
Deprecated.Usage of this API is not supported in AEM as a Cloud Service.An event for checking our a connection from the pool.- Since:
- 3.5
-
-
Constructor Summary
Constructors Constructor Description ConnectionCheckedOutEvent(ConnectionId connectionId)
Deprecated.Construct an instance
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ConnectionId
getConnectionId()
Deprecated.Gets the connection idjava.lang.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
ConnectionCheckedOutEvent
public ConnectionCheckedOutEvent(ConnectionId connectionId)
Deprecated.Construct an instance- Parameters:
connectionId
- the connectionId
-
-
Method Detail
-
getConnectionId
public ConnectionId getConnectionId()
Deprecated.Gets the connection id- Returns:
- the connection id
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-