Class CompositeShardedReactiveMongoClient
- java.lang.Object
-
- com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
-
- com.alpha.mongodb.sharding.core.client.CompositeShardedReactiveMongoClient
-
- All Implemented Interfaces:
ShardedReactiveMongoClient
,com.mongodb.reactivestreams.client.MongoClient
,Closeable
,AutoCloseable
public class CompositeShardedReactiveMongoClient extends DatabaseShardedReactiveMongoClient
Composite Sharded Reactive Mongo Client- Author:
- Shashank Sharma
-
-
Constructor Summary
Constructors Constructor Description CompositeShardedReactiveMongoClient(com.mongodb.reactivestreams.client.MongoClient delegatedMongoClient, CompositeShardingOptions shardingOptions)
CompositeShardedReactiveMongoClient(Map<String,com.mongodb.reactivestreams.client.MongoClient> delegatedMongoClientMap, CompositeShardingOptions shardingOptions)
-
Method Summary
-
Methods inherited from class com.alpha.mongodb.sharding.core.client.DatabaseShardedReactiveMongoClient
close, getClusterDescription, getDatabase, listDatabaseNames, listDatabaseNames, listDatabases, listDatabases, listDatabases, listDatabases, startSession, startSession, watch, watch, watch, watch, watch, watch, watch, watch
-
-
-
-
Constructor Detail
-
CompositeShardedReactiveMongoClient
public CompositeShardedReactiveMongoClient(Map<String,com.mongodb.reactivestreams.client.MongoClient> delegatedMongoClientMap, CompositeShardingOptions shardingOptions)
-
CompositeShardedReactiveMongoClient
public CompositeShardedReactiveMongoClient(com.mongodb.reactivestreams.client.MongoClient delegatedMongoClient, CompositeShardingOptions shardingOptions)
-
-