クラス MongoReactiveHealthContributorAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.health.autoconfigure.contributor.CompositeReactiveHealthContributorConfiguration<MongoReactiveHealthIndicator, com.mongodb.reactivestreams.client.MongoClient>
org.springframework.boot.mongodb.autoconfigure.health.MongoReactiveHealthContributorAutoConfiguration
@AutoConfiguration(after=MongoReactiveAutoConfiguration.class)
@ConditionalOnClass({com.mongodb.reactivestreams.client.MongoClient.class,reactor.core.publisher.Flux.class,MongoReactiveHealthIndicator.class,ConditionalOnEnabledHealthIndicator.class})
@ConditionalOnBean(com.mongodb.reactivestreams.client.MongoClient.class)
@ConditionalOnEnabledHealthIndicator("mongodb")
public final class MongoReactiveHealthContributorAutoConfiguration
extends CompositeReactiveHealthContributorConfiguration<MongoReactiveHealthIndicator, com.mongodb.reactivestreams.client.MongoClient>
- 導入:
- 4.0.0
- 作成者:
- Stephane Nicoll
メソッドのサマリー
修飾子と型メソッド説明protected final ReactiveHealthContributorcreateContributor(MapSE<StringSE, com.mongodb.reactivestreams.client.MongoClient> beans) protected final ReactiveHealthContributorcreateContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<com.mongodb.reactivestreams.client.MongoClient> beanType) 指定されたbeanFactoryから取得された指定されたbeanTypeの Bean から複合コントリビュータを作成します。protected MongoReactiveHealthIndicatorcreateIndicator(com.mongodb.reactivestreams.client.MongoClient bean) クラス CompositeReactiveHealthContributorConfiguration から継承されたメソッド
createComposite
メソッドの詳細
createContributor
protected final ReactiveHealthContributor createContributor(ConfigurableListableBeanFactory beanFactory, ClassSE<com.mongodb.reactivestreams.client.MongoClient> beanType) 指定されたbeanFactoryから取得された指定されたbeanTypeの Bean から複合コントリビュータを作成します。- パラメーター:
beanFactory- Bean が回収される Bean ファクトリbeanType- 取得される Bean の種類- 戻り値:
- コントリビューター
createContributor
protected final ReactiveHealthContributor createContributor(MapSE<StringSE, com.mongodb.reactivestreams.client.MongoClient> beans) createIndicator
protected MongoReactiveHealthIndicator createIndicator(com.mongodb.reactivestreams.client.MongoClient bean)