Class DefaultHealthContributorRegistry

java.lang.Object
org.springframework.boot.health.registry.DefaultHealthContributorRegistry
All Implemented Interfaces:
Iterable<HealthContributors.Entry>, HealthContributors, HealthContributorRegistry

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