Interface MongoClusterCapable
- All Known Implementing Classes:
SimpleMongoClientDatabaseFactory
public interface MongoClusterCapable
Interface that can provide access to a MongoDB cluster.
- Since:
- 5.1
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptioncom.mongodb.client.MongoClusterReturn theMongoClusterassociated with this component.
-
Method Details
-
getMongoCluster
com.mongodb.client.MongoCluster getMongoCluster()Return theMongoClusterassociated with this component.
-