Class DefaultReactiveHealthContributorRegistry

java.lang.Object
org.springframework.boot.health.registry.DefaultReactiveHealthContributorRegistry
All Implemented Interfaces:
Iterable<ReactiveHealthContributors.Entry>, ReactiveHealthContributors, ReactiveHealthContributorRegistry

public class DefaultReactiveHealthContributorRegistry extends Object implements ReactiveHealthContributorRegistry
Default ReactiveHealthContributorRegistry implementation.
Since:
4.0.0
Author:
Phillip Webb