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