Package com.mongodb.event
Class ConnectionClosedEvent
java.lang.Object
com.mongodb.event.ConnectionClosedEvent
Deprecated.
there is no replacement for this class
A connection closed event.
- Since:
- 3.5
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionClosedEvent(ConnectionId connectionId) Deprecated.Constructs a new instance of the event. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the identifier for this connection.toString()Deprecated.
-
Constructor Details
-
ConnectionClosedEvent
Deprecated.Constructs a new instance of the event.- Parameters:
connectionId- the connection id
-
-
Method Details