Package com.mongodb.internal.connection
Interface ClusterableServerFactory
- 
- All Known Implementing Classes:
 DefaultClusterableServerFactory
@Deprecated(since="2021-05-27") public interface ClusterableServerFactoryDeprecated. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.mongodb.internal.connection.ClusterableServercreate(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock)Deprecated.ServerSettingsgetSettings()Deprecated. 
 - 
 
- 
- 
Method Detail
- 
create
com.mongodb.internal.connection.ClusterableServer create(ServerAddress serverAddress, ServerListener serverListener, ClusterClock clusterClock)
Deprecated. 
- 
getSettings
ServerSettings getSettings()
Deprecated. 
 - 
 
 -