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 |
NoOpServerMonitorListener.serverHearbeatStarted(ServerHeartbeatStartedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ServerMonitorEventMulticaster.serverHearbeatStarted(ServerHeartbeatStartedEvent event) |
void |
ServerMonitorListener.serverHearbeatStarted(ServerHeartbeatStartedEvent event)
Listener for server heartbeat started events.
|