クラス 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 型
既知の直属サブクラス
ConnectionFactoryHealthContributorAutoConfigurationCouchbaseReactiveHealthContributorAutoConfigurationElasticsearchReactiveHealthContributorAutoConfigurationMongoReactiveHealthContributorAutoConfigurationRedisReactiveHealthContributorAutoConfiguration

public abstract class CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B> extends AbstractCompositeHealthContributorConfiguration<ReactiveHealthContributor,I,B>
ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
導入:
2.2.0
作成者:
Stephane Nicoll, Phillip Webb