- 型パラメーター:
I - ヘルスインジケータの型 B - Bean 型
- 既知の直属サブクラス
- CassandraReactiveHealthContributorAutoConfiguration, CouchbaseReactiveHealthContributorAutoConfiguration, MongoReactiveHealthContributorAutoConfiguration, RedisReactiveHealthContributorAutoConfiguration
public abstract class CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B>
extends AbstractCompositeHealthContributorConfiguration<ReactiveHealthContributor,I,B>
ソース Bean を複合に結合できるヘルスコントリビューター構成の基本クラス。
- 導入:
- 2.2.0
- 作成者:
- Stephane Nicoll, Phillip Webb