クラス 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
コンストラクター概要
コンストラクターコンストラクター説明非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。CompositeReactiveHealthContributorConfiguration(FunctionSE<B, I> indicatorFactory) 指定されたindicatorFactoryを使用してReactiveHealthIndicatorインスタンスを作成するCompositeReactiveHealthContributorConfigurationを作成します。方法の概要
クラス org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration から継承されたメソッド
createContributor, createIndicator
コンストラクターの詳細
CompositeReactiveHealthContributorConfiguration
@DeprecatedSE(since="3.0.0", forRemoval=true) public CompositeReactiveHealthContributorConfiguration()非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。リフレクションを使用してReactiveHealthIndicatorインスタンスを作成するCompositeReactiveHealthContributorConfigurationを作成します。CompositeReactiveHealthContributorConfiguration
指定されたindicatorFactoryを使用してReactiveHealthIndicatorインスタンスを作成するCompositeReactiveHealthContributorConfigurationを作成します。- パラメーター:
indicatorFactory- ヘルスインジケーターインスタンスを作成する関数- 導入:
- 3.0.0
メソッドの詳細
createComposite
CompositeReactiveHealthContributorConfiguration(Function)を推奨