クラス CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B>
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration<ReactiveHealthContributor,I,B>
org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration<I,B>
- 型パラメーター:
I- ヘルスインジケータの型B- Bean 型
- 既知の直属サブクラス
ConnectionFactoryHealthContributorAutoConfiguration、CouchbaseReactiveHealthContributorAutoConfiguration、ElasticsearchReactiveHealthContributorAutoConfiguration、MongoReactiveHealthContributorAutoConfiguration、RedisReactiveHealthContributorAutoConfiguration
public abstract class CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B>
extends AbstractCompositeHealthContributorConfiguration<ReactiveHealthContributor,I,B>
ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
- 導入:
- 2.2.0
- 作成者:
- Stephane Nicoll, Phillip Webb
コンストラクター概要
コンストラクターコンストラクター説明CompositeReactiveHealthContributorConfiguration(FunctionSE<B, I> indicatorFactory) 指定されたindicatorFactoryを使用してReactiveHealthIndicatorインスタンスを作成するCompositeReactiveHealthContributorConfigurationを作成します。方法の概要
クラス org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration から継承されたメソッド
createContributor, createContributor, createIndicator
コンストラクターの詳細
CompositeReactiveHealthContributorConfiguration
指定されたindicatorFactoryを使用してReactiveHealthIndicatorインスタンスを作成するCompositeReactiveHealthContributorConfigurationを作成します。- パラメーター:
indicatorFactory- ヘルスインジケーターインスタンスを作成する関数- 導入:
- 3.0.0
メソッドの詳細
createComposite