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