Class Hierarchy
- java.lang.Object
- org.springframework.boot.actuate.health.AbstractHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
- org.springframework.boot.actuate.health.PingHealthIndicator
- org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator (implements org.springframework.boot.actuate.health.ReactiveHealthIndicator)
- org.springframework.boot.actuate.health.AdditionalHealthEndpointPath
- org.springframework.boot.actuate.health.DefaultHealthContributorRegistry (implements org.springframework.boot.actuate.health.HealthContributorRegistry)
- org.springframework.boot.actuate.health.DefaultReactiveHealthContributorRegistry (implements org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry)
- org.springframework.boot.actuate.health.Health.Builder
- org.springframework.boot.actuate.health.HealthComponent (implements org.springframework.boot.actuate.endpoint.OperationResponseBody)
- org.springframework.boot.actuate.health.CompositeHealth
- org.springframework.boot.actuate.health.SystemHealth
- org.springframework.boot.actuate.health.Health
- org.springframework.boot.actuate.health.CompositeHealth
- org.springframework.boot.actuate.health.HealthContributorNameFactory (implements java.util.function.Function<T,
R>) - org.springframework.boot.actuate.health.HealthEndpoint
- org.springframework.boot.actuate.health.HealthEndpointWebExtension
- org.springframework.boot.actuate.health.ReactiveHealthEndpointWebExtension
- org.springframework.boot.actuate.health.SimpleHttpCodeStatusMapper (implements org.springframework.boot.actuate.health.HttpCodeStatusMapper)
- org.springframework.boot.actuate.health.SimpleStatusAggregator (implements org.springframework.boot.actuate.health.StatusAggregator)
- org.springframework.boot.actuate.health.Status
- org.springframework.boot.actuate.health.AbstractHealthIndicator (implements org.springframework.boot.actuate.health.HealthIndicator)
Interface Hierarchy
- org.springframework.boot.actuate.health.HealthContributor
- org.springframework.boot.actuate.health.CompositeHealthContributor (also extends org.springframework.boot.actuate.health.NamedContributors<C>)
- org.springframework.boot.actuate.health.HealthIndicator
- org.springframework.boot.actuate.health.HealthEndpointGroup
- org.springframework.boot.actuate.health.HealthEndpointGroups
- org.springframework.boot.actuate.health.HealthEndpointGroupsPostProcessor
- org.springframework.boot.actuate.health.HttpCodeStatusMapper
- java.lang.Iterable<T>
- org.springframework.boot.actuate.health.NamedContributors<C>
- org.springframework.boot.actuate.health.CompositeHealthContributor (also extends org.springframework.boot.actuate.health.HealthContributor)
- org.springframework.boot.actuate.health.CompositeReactiveHealthContributor (also extends org.springframework.boot.actuate.health.ReactiveHealthContributor)
- org.springframework.boot.actuate.health.ContributorRegistry<C>
- org.springframework.boot.actuate.health.HealthContributorRegistry
- org.springframework.boot.actuate.health.ReactiveHealthContributorRegistry
- org.springframework.boot.actuate.health.NamedContributors<C>
- org.springframework.boot.actuate.health.NamedContributor<C>
- org.springframework.boot.actuate.health.ReactiveHealthContributor
- org.springframework.boot.actuate.health.CompositeReactiveHealthContributor (also extends org.springframework.boot.actuate.health.NamedContributors<C>)
- org.springframework.boot.actuate.health.ReactiveHealthIndicator
- org.springframework.boot.actuate.health.StatusAggregator