Interface MongoCluster

All Known Subinterfaces:
MongoClient

@Immutable public interface MongoCluster
The client-side representation of a MongoDB cluster operations.

The originating MongoClient is responsible for the closing of resources. If the originator MongoClient is closed, then any cluster operations will fail.

Since:
5.2
See Also: