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 java.lang.Object implements DnsSrvRecordMonitorFactory
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description DefaultDnsSrvRecordMonitorFactory(ClusterId clusterId, ServerSettings serverSettings)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DnsSrvRecordMonitor
create(java.lang.String hostName, com.mongodb.internal.connection.DnsSrvRecordInitializer dnsSrvRecordInitializer)
Deprecated.
-
-
-
Constructor Detail
-
DefaultDnsSrvRecordMonitorFactory
public DefaultDnsSrvRecordMonitorFactory(ClusterId clusterId, ServerSettings serverSettings)
Deprecated.
-
-
Method Detail
-
create
public DnsSrvRecordMonitor create(java.lang.String hostName, com.mongodb.internal.connection.DnsSrvRecordInitializer dnsSrvRecordInitializer)
Deprecated.- Specified by:
create
in interfaceDnsSrvRecordMonitorFactory
-
-