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.messageReceived(ConnectionMessageReceivedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionListenerAdapter.messageReceived(ConnectionMessageReceivedEvent event) |
void |
ConnectionEventMulticaster.messageReceived(ConnectionMessageReceivedEvent event) |
void |
ConnectionListener.messageReceived(ConnectionMessageReceivedEvent event)
Publish a connection message received event.
|