Package com.mongodb.event
Class ConnectionCheckedInEvent
- java.lang.Object
 - 
- com.mongodb.event.ConnectionCheckedInEvent
 
 
- 
@Deprecated(since="2021-05-27") public final class ConnectionCheckedInEvent extends java.lang.ObjectDeprecated.Usage of this API is not supported in AEM as a Cloud Service.An event for checking in a connection to the pool.- Since:
 - 3.5
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConnectionCheckedInEvent(ConnectionId connectionId)Deprecated.Construct an instance 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ConnectionIdgetConnectionId()Deprecated.Gets the connection idjava.lang.StringtoString()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
ConnectionCheckedInEvent
public ConnectionCheckedInEvent(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:
 toStringin classjava.lang.Object
 
 - 
 
 -