Package | Description |
---|---|
com.mongodb.event |
This package contains cluster and connection event related classes
|
com.mongodb.internal.event |
Modifier and Type | Method and Description |
---|---|
void |
ClusterListenerAdapter.clusterClosed(ClusterClosedEvent event) |
void |
ClusterEventMulticaster.clusterClosed(ClusterClosedEvent event)
Deprecated.
|
void |
ClusterListener.clusterClosed(ClusterClosedEvent event)
Invoked when a cluster is closed.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterListenerMulticaster.clusterClosed(ClusterClosedEvent event) |