C - the contributor typeI - the health indicator typeB - the bean typepublic abstract class AbstractCompositeHealthContributorConfiguration<C,I extends C,B> extends Object
| Modifier and Type | Method and Description |
|---|---|
protected abstract C |
createComposite(Map<String,B> beans) |
protected C |
createContributor(Map<String,B> beans) |
protected I |
createIndicator(B bean) |