Package com.mongodb.event
Interface ClusterListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ClusterEventMulticaster,ClusterListenerAdapter
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A listener for cluster-related events.
- Since:
- 3.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidclusterClosed(ClusterClosedEvent event) Deprecated.Invoked when a cluster is closed.voidDeprecated.Invoked when a cluster description changes.voidDeprecated.Invoked when a cluster is opened.
-
Method Details
-
clusterOpening
Deprecated.Invoked when a cluster is opened.- Parameters:
event- the event
-
clusterClosed
Deprecated.Invoked when a cluster is closed.- Parameters:
event- the event
-
clusterDescriptionChanged
Deprecated.Invoked when a cluster description changes.- Parameters:
event- the event
-