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