类 DefaultHealthContributorRegistry

java.lang.Object
org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
所有已实现的接口:
Iterable<NamedContributor<HealthContributor>>, ContributorRegistry<HealthContributor>, HealthContributorRegistry, NamedContributors<HealthContributor>

public class DefaultHealthContributorRegistry extends Object implements HealthContributorRegistry
Default HealthContributorRegistry implementation.
从以下版本开始:
2.2.0
作者:
Phillip Webb