Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultReactiveHealthIndicatorRegistry
Deprecated.
since 2.2.0 for removal in 2.4.0 in favor of
DefaultContributorRegistry |
Modifier and Type | Method and Description |
---|---|
protected <T extends ReactiveHealthIndicatorRegistry> |
ReactiveHealthIndicatorRegistryFactory.initialize(T registry,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ReactiveHealthIndicatorRegistry |
ReactiveHealthIndicatorRegistryFactory.createReactiveHealthIndicatorRegistry(Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a
ReactiveHealthIndicatorRegistry based on the specified health
indicators. |
Constructor and Description |
---|
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator,
ReactiveHealthIndicatorRegistry registry)
Deprecated.
Create a new
CompositeReactiveHealthIndicator from the indicators in the
given registry . |