Class ClusterListenerAdapter

java.lang.Object
com.mongodb.event.ClusterListenerAdapter
All Implemented Interfaces:
ClusterListener, EventListener

@Deprecated public class ClusterListenerAdapter extends Object implements ClusterListener
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 Details

    • ClusterListenerAdapter

      public ClusterListenerAdapter()
      Deprecated.