Interface ReactiveHealthContributorRegistry
- All Superinterfaces:
ContributorRegistry<ReactiveHealthContributor>
,Iterable<NamedContributor<ReactiveHealthContributor>>
,NamedContributors<ReactiveHealthContributor>
- All Known Implementing Classes:
DefaultReactiveHealthContributorRegistry
public interface ReactiveHealthContributorRegistry
extends ContributorRegistry<ReactiveHealthContributor>
- Since:
- 2.2.0
- Author:
- Phillip Webb
-
Method Summary
Methods inherited from interface org.springframework.boot.actuate.health.ContributorRegistry
registerContributor, unregisterContributor
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.springframework.boot.actuate.health.NamedContributors
getContributor, stream