Class DefaultReactiveHealthContributorRegistry

java.lang.Object
org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry
All Implemented Interfaces:
Iterable<NamedContributor<ReactiveHealthContributor>>, ContributorRegistry<ReactiveHealthContributor>, NamedContributors<ReactiveHealthContributor>, ReactiveHealthContributorRegistry

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