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 Type
    Method
    Description
    com.mongodb.reactivestreams.client.MongoCluster
    Return the MongoCluster associated with this component.
  • Method Details

    • getMongoCluster

      com.mongodb.reactivestreams.client.MongoCluster getMongoCluster()
      Return the MongoCluster associated with this component.