Interface NamedContributor<C>
- Type Parameters:
C- the contributor type
public interface NamedContributor<C>
A single named health endpoint contributors (either
HealthContributor or
ReactiveHealthContributor).- Since:
- 2.0.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the contributor instance.getName()Returns the name of the contributor.static <C> NamedContributor<C>