Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeHealthContributor
A
HealthContributor that is composed of other HealthContributor
instances. |
interface |
CompositeReactiveHealthContributor
A
ReactiveHealthContributor that is composed of other
ReactiveHealthContributor instances. |
interface |
ContributorRegistry<C>
A mutable registry of health endpoint contributors (either
HealthContributor or
ReactiveHealthContributor ). |
interface |
HealthContributorRegistry
|
interface |
ReactiveHealthContributorRegistry
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHealthContributorRegistry
Default
HealthContributorRegistry implementation. |
class |
DefaultReactiveHealthContributorRegistry
Default
ReactiveHealthContributorRegistry implementation. |