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