Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.event |
This package contains cluster and connection event related classes
|
Modifier and Type | Method and Description |
---|---|
void |
InternalStreamConnection.ErrorHandlingConnectionListener.connectionClosed(ConnectionClosedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListenerAdapter.connectionClosed(ConnectionClosedEvent event) |
void |
ConnectionEventMulticaster.connectionClosed(ConnectionClosedEvent event) |
void |
ConnectionListener.connectionClosed(ConnectionClosedEvent event)
Publish a connection message closed event.
|