Package com.mongodb.internal.connection
Class DefaultDnsSrvRecordMonitorFactory
java.lang.Object
com.mongodb.internal.connection.DefaultDnsSrvRecordMonitorFactory
- All Implemented Interfaces:
DnsSrvRecordMonitorFactory
@Deprecated(since="2021-05-27")
public class DefaultDnsSrvRecordMonitorFactory
extends Object
implements DnsSrvRecordMonitorFactory
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDnsSrvRecordMonitorFactory
(ClusterId clusterId, ServerSettings serverSettings) Deprecated. -
Method Summary
-
Constructor Details
-
DefaultDnsSrvRecordMonitorFactory
Deprecated.
-
-
Method Details
-
create
public DnsSrvRecordMonitor create(String hostName, com.mongodb.internal.connection.DnsSrvRecordInitializer dnsSrvRecordInitializer) Deprecated.- Specified by:
create
in interfaceDnsSrvRecordMonitorFactory
-