类 DefaultReactiveHealthContributorRegistry

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

public class DefaultReactiveHealthContributorRegistry extends Object implements ReactiveHealthContributorRegistry
Default ReactiveHealthContributorRegistry implementation.
从以下版本开始:
2.0.0
作者:
Phillip Webb