I - the health indicator typeB - the bean typepublic abstract class CompositeReactiveHealthContributorConfiguration<I extends org.springframework.boot.actuate.health.ReactiveHealthIndicator,B> extends AbstractCompositeHealthContributorConfiguration<org.springframework.boot.actuate.health.ReactiveHealthContributor,I,B>
| Constructor and Description |
|---|
CompositeReactiveHealthContributorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.actuate.health.ReactiveHealthContributor |
createComposite(java.util.Map<java.lang.String,B> beans) |
createContributor, createIndicatorpublic CompositeReactiveHealthContributorConfiguration()
protected final org.springframework.boot.actuate.health.ReactiveHealthContributor createComposite(java.util.Map<java.lang.String,B> beans)
createComposite in class AbstractCompositeHealthContributorConfiguration<org.springframework.boot.actuate.health.ReactiveHealthContributor,I extends org.springframework.boot.actuate.health.ReactiveHealthIndicator,B>