@Configuration @ConditionalOnClass(value={com.mongodb.reactivestreams.client.MongoClient.class,reactor.core.publisher.Flux.class}) @EnableConfigurationProperties(value=MongoProperties.class) public class MongoReactiveAutoConfiguration extends ObjectSE
Auto-configuration。| コンストラクターと説明 |
|---|
MongoReactiveAutoConfiguration(org.springframework.beans.factory.ObjectProvider<com.mongodb.MongoClientSettings> settings) |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | close() |
com.mongodb.reactivestreams.client.MongoClient | reactiveStreamsMongoClient(MongoProperties properties, org.springframework.core.env.Environment environment, org.springframework.beans.factory.ObjectProvider<MongoClientSettingsBuilderCustomizer> builderCustomizers) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic MongoReactiveAutoConfiguration(org.springframework.beans.factory.ObjectProvider<com.mongodb.MongoClientSettings> settings)
@PreDestroySE public void close()
@Bean @ConditionalOnMissingBean public com.mongodb.reactivestreams.client.MongoClient reactiveStreamsMongoClient(MongoProperties properties, org.springframework.core.env.Environment environment, org.springframework.beans.factory.ObjectProvider<MongoClientSettingsBuilderCustomizer> builderCustomizers)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.