Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Method and Description |
---|---|
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicator.addHealthIndicator(String name,
ReactiveHealthIndicator indicator)
Add a
ReactiveHealthIndicator with the specified name. |
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicatorFactory.createReactiveHealthIndicator(HealthAggregator healthAggregator,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Create a
CompositeReactiveHealthIndicator based on the specified health
indicators. |
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicator.timeoutStrategy(long timeout,
Health timeoutHealth)
|
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.