Package com.mongodb.internal.event
Class EventListenerHelper
- java.lang.Object
-
- com.mongodb.internal.event.EventListenerHelper
-
@Deprecated(since="2021-05-27") public final class EventListenerHelper extends java.lang.ObjectDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static ClusterListenerNO_OP_CLUSTER_LISTENERDeprecated.static ConnectionPoolListenerNO_OP_CONNECTION_POOL_LISTENERDeprecated.static ServerListenerNO_OP_SERVER_LISTENERDeprecated.static ServerMonitorListenerNO_OP_SERVER_MONITOR_LISTENERDeprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ServerListenercreateServerListener(ServerSettings serverSettings, ServerListener additionalServerListener)Deprecated.static ClusterListenergetClusterListener(ClusterSettings clusterSettings)Deprecated.static CommandListenergetCommandListener(java.util.List<CommandListener> commandListeners)Deprecated.static ConnectionPoolListenergetConnectionPoolListener(ConnectionPoolSettings connectionPoolSettings)Deprecated.static ServerMonitorListenergetServerMonitorListener(ServerSettings serverSettings)Deprecated.
-
-
-
Field Detail
-
NO_OP_SERVER_LISTENER
public static final ServerListener NO_OP_SERVER_LISTENER
Deprecated.
-
NO_OP_SERVER_MONITOR_LISTENER
public static final ServerMonitorListener NO_OP_SERVER_MONITOR_LISTENER
Deprecated.
-
NO_OP_CLUSTER_LISTENER
public static final ClusterListener NO_OP_CLUSTER_LISTENER
Deprecated.
-
NO_OP_CONNECTION_POOL_LISTENER
public static final ConnectionPoolListener NO_OP_CONNECTION_POOL_LISTENER
Deprecated.
-
-
Method Detail
-
getClusterListener
public static ClusterListener getClusterListener(ClusterSettings clusterSettings)
Deprecated.
-
getCommandListener
public static CommandListener getCommandListener(java.util.List<CommandListener> commandListeners)
Deprecated.
-
getConnectionPoolListener
public static ConnectionPoolListener getConnectionPoolListener(ConnectionPoolSettings connectionPoolSettings)
Deprecated.
-
getServerMonitorListener
public static ServerMonitorListener getServerMonitorListener(ServerSettings serverSettings)
Deprecated.
-
createServerListener
public static ServerListener createServerListener(ServerSettings serverSettings, ServerListener additionalServerListener)
Deprecated.
-
-