类 MongoClientFactory

java.lang.Object
org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport<com.mongodb.client.MongoClient>
org.springframework.boot.autoconfigure.mongo.MongoClientFactory

public class MongoClientFactory extends MongoClientFactorySupport<com.mongodb.client.MongoClient>
A factory for a blocking MongoClient.
从以下版本开始:
2.0.0
作者:
Dave Syer, Phillip Webb, Josh Long, Andy Wilkinson, Eddú Meléndez, Stephane Nicoll, Nasko Vasilev, Mark Paluch, Scott Frederick
  • 构造器详细资料

    • MongoClientFactory

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