Package com.mongodb.event
Class ClusterListenerAdapter
java.lang.Object
com.mongodb.event.ClusterListenerAdapter
- All Implemented Interfaces:
ClusterListener
,EventListener
Deprecated.
An adapter for cluster listener implementations, for clients that want to listen for a subset of cluster events. Extend this class to
listen for cluster events and override the methods of interest.
- Since:
- 3.3
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mongodb.event.ClusterListener
clusterClosed, clusterDescriptionChanged, clusterOpening
-
Constructor Details
-
ClusterListenerAdapter
public ClusterListenerAdapter()Deprecated.
-