Class ReactiveMongoClientFactory
java.lang.Object
org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport<com.mongodb.reactivestreams.client.MongoClient>
org.springframework.boot.autoconfigure.mongo.ReactiveMongoClientFactory
public class ReactiveMongoClientFactory
extends MongoClientFactorySupport<com.mongodb.reactivestreams.client.MongoClient>
A factory for a reactive
MongoClient
.- Since:
- 2.0.0
- Author:
- Mark Paluch, Stephane Nicoll, Scott Frederick
-
Constructor Summary
ConstructorDescriptionReactiveMongoClientFactory
(List<MongoClientSettingsBuilderCustomizer> builderCustomizers) Construct a factory for creating aMongoClient
. -
Method Summary
Methods inherited from class org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
createMongoClient
-
Constructor Details
-
ReactiveMongoClientFactory
Construct a factory for creating aMongoClient
.- Parameters:
builderCustomizers
- a list of configuration settings customizers
-