类 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

      public ReactiveMongoClientFactory(List<MongoClientSettingsBuilderCustomizer> builderCustomizers)
      Construct a factory for creating a MongoClient.
      参数:
      builderCustomizers - a list of configuration settings customizers