Class AbstractCompositeHealthContributorConfiguration<C,I extends C,B>
java.lang.Object
org.springframework.boot.actuate.autoconfigure.health.AbstractCompositeHealthContributorConfiguration<C,I,B>
- Type Parameters:
C
- the contributor typeI
- the health indicator typeB
- the bean type
- Direct Known Subclasses:
CompositeHealthContributorConfiguration
,CompositeReactiveHealthContributorConfiguration
public abstract class AbstractCompositeHealthContributorConfiguration<C,I extends C,B>
extends Object
Base class for health contributor configurations that can combine source beans into a
composite.
- Since:
- 2.2.0
- Author:
- Stephane Nicoll, Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract C
createComposite
(Map<String, B> beans) protected final C
createContributor
(Map<String, B> beans) protected I
createIndicator
(B bean)
-
Method Details
-
createContributor
-
createComposite
-
createIndicator
-