クラス MongoClientFactorySupport<T>
java.lang.ObjectSE
org.springframework.boot.autoconfigure.mongo.MongoClientFactorySupport<T>
- 型パラメーター:
T- mongo クライアント型
- 既知の直属サブクラス
MongoClientFactory,ReactiveMongoClientFactory
MongoDB クライアントファクトリに共通のセットアップの基本クラス。
- 導入:
- 2.3.0
- 作成者:
- Christoph Strobl, Scott Frederick
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedMongoClientFactorySupport(ListSE<MongoClientSettingsBuilderCustomizer> builderCustomizers, BiFunctionSE<com.mongodb.MongoClientSettings, com.mongodb.MongoDriverInformation, T> clientCreator) 方法の概要
コンストラクターの詳細
MongoClientFactorySupport
protected MongoClientFactorySupport(ListSE<MongoClientSettingsBuilderCustomizer> builderCustomizers, BiFunctionSE<com.mongodb.MongoClientSettings, com.mongodb.MongoDriverInformation, T> clientCreator)
メソッドの詳細
createMongoClient