| Package | Description |
|---|---|
| org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHealthAggregator
Deprecated.
since 2.2.0 as
HealthAggregator has been deprecated |
class |
OrderedHealthAggregator
Deprecated.
since 2.2.0 in favor of
SimpleStatusAggregator |
| Constructor and Description |
|---|
CompositeHealthIndicator(HealthAggregator healthAggregator,
HealthIndicatorRegistry registry)
Deprecated.
Create a new
CompositeHealthIndicator from the indicators in the given
registry. |
CompositeHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> indicators)
Deprecated.
Create a new
CompositeHealthIndicator from the specified indicators. |
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator,
ReactiveHealthIndicatorRegistry registry)
Deprecated.
Create a new
CompositeReactiveHealthIndicator from the indicators in the
given registry. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.