Interface HealthContributorRegistry
- All Superinterfaces:
ContributorRegistry<HealthContributor>
,Iterable<NamedContributor<HealthContributor>>
,NamedContributors<HealthContributor>
- All Known Implementing Classes:
DefaultHealthContributorRegistry
- 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