- Type Parameters:
I
- the health indicator type
B
- the bean type
- Direct Known Subclasses:
- ConnectionFactoryHealthContributorAutoConfiguration, CouchbaseReactiveHealthContributorAutoConfiguration, ElasticSearchReactiveHealthContributorAutoConfiguration, MongoReactiveHealthContributorAutoConfiguration, RedisReactiveHealthContributorAutoConfiguration
public abstract class CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B>
extends AbstractCompositeHealthContributorConfiguration<ReactiveHealthContributor,I,B>
Base class for health contributor configurations that can combine source beans into a
composite.
- Since:
- 2.2.0
- Author:
- Stephane Nicoll, Phillip Webb