类 CompositeReactiveHealthContributorConfiguration<I extends ReactiveHealthIndicator,B>
java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration<ReactiveHealthContributor,I,B>
org.springframework.boot.actuate.autoconfigure.health.CompositeReactiveHealthContributorConfiguration<I,B>
- 类型参数:
I- the health indicator typeB- the bean type
- 直接已知子类:
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.
- 从以下版本开始:
- 2.2.0
- 作者:
- Stephane Nicoll, Phillip Webb
-
构造器概要
构造器构造器说明CompositeReactiveHealthContributorConfiguration(Function<B, I> indicatorFactory) Creates aCompositeReactiveHealthContributorConfigurationthat will use the givenindicatorFactoryto createReactiveHealthIndicatorinstances. -
方法概要
从类继承的方法 org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration
createContributor, createContributor, createIndicator
-
构造器详细资料
-
CompositeReactiveHealthContributorConfiguration
Creates aCompositeReactiveHealthContributorConfigurationthat will use the givenindicatorFactoryto createReactiveHealthIndicatorinstances.- 参数:
indicatorFactory- the function to create health indicator instances- 从以下版本开始:
- 3.0.0
-
-
方法详细资料
-
createComposite
-