Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultReactiveHealthIndicatorRegistry
Default implementation of
ReactiveHealthIndicatorRegistry . |
Modifier and Type | Method and Description |
---|---|
protected <T extends ReactiveHealthIndicatorRegistry> |
ReactiveHealthIndicatorRegistryFactory.initialize(T registry,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators) |
Modifier and Type | Method and Description |
---|---|
ReactiveHealthIndicatorRegistry |
ReactiveHealthIndicatorRegistryFactory.createReactiveHealthIndicatorRegistry(Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Create a
ReactiveHealthIndicatorRegistry based on the specified health
indicators. |
Constructor and Description |
---|
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator,
ReactiveHealthIndicatorRegistry registry)
Create a new
CompositeReactiveHealthIndicator from the indicators in the
given registry . |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.