接口 NamedContributor<C>
- 类型参数:
C- the contributor type
public interface NamedContributor<C>
A single named health endpoint contributors (either
HealthContributor or
ReactiveHealthContributor).- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb
- 另请参阅:
-
方法概要
修饰符和类型方法说明Returns the contributor instance.getName()Returns the name of the contributor.static <C> NamedContributor<C>