类 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
.- 从以下版本开始:
- 2.0.0
- 作者:
- Mark Paluch, Stephane Nicoll, Scott Frederick
-
构造器概要
构造器构造器说明ReactiveMongoClientFactory
(List<MongoClientSettingsBuilderCustomizer> builderCustomizers) Construct a factory for creating aMongoClient
. -
方法概要
从类继承的方法 org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport
createMongoClient
-
构造器详细资料
-
ReactiveMongoClientFactory
Construct a factory for creating aMongoClient
.- 参数:
builderCustomizers
- a list of configuration settings customizers
-