Class DefaultHealthContributorRegistry

java.lang.Object
org.springframework.boot.actuate.health.DefaultHealthContributorRegistry
All Implemented Interfaces:
Iterable<NamedContributor<HealthContributor>>, ContributorRegistry<HealthContributor>, HealthContributorRegistry, NamedContributors<HealthContributor>

public class DefaultHealthContributorRegistry extends Object implements HealthContributorRegistry
Default HealthContributorRegistry implementation.
Since:
2.2.0
Author:
Phillip Webb