Package com.mongodb.internal.connection
Interface DnsSrvRecordMonitorFactory
-
- All Known Implementing Classes:
DefaultDnsSrvRecordMonitorFactory
@Deprecated(since="2021-05-27") public interface DnsSrvRecordMonitorFactory
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DnsSrvRecordMonitor
create(java.lang.String hostName, com.mongodb.internal.connection.DnsSrvRecordInitializer dnsSrvRecordInitializer)
Deprecated.
-
-
-
Method Detail
-
create
DnsSrvRecordMonitor create(java.lang.String hostName, com.mongodb.internal.connection.DnsSrvRecordInitializer dnsSrvRecordInitializer)
Deprecated.
-
-