| Package | Description |
|---|---|
| org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHealthAggregator
Base
HealthAggregator implementation to allow subclasses to focus on
aggregating the Status instances and not deal with contextual details etc. |
class |
OrderedHealthAggregator
Default
HealthAggregator implementation that aggregates Health
instances and determines the final system state based on a simple ordered list. |
| Constructor and Description |
|---|
CompositeHealthIndicator(HealthAggregator healthAggregator,
HealthIndicatorRegistry registry)
Create a new
CompositeHealthIndicator from the indicators in the given
registry. |
CompositeHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> indicators)
Create a new
CompositeHealthIndicator from the specified indicators. |
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator,
ReactiveHealthIndicatorRegistry registry)
Create a new
CompositeReactiveHealthIndicator from the indicators in the
given registry. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.