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. |
Modifier and Type | Method and Description |
---|---|
CompositeHealthIndicator |
CompositeHealthIndicatorFactory.createHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> healthIndicators)
Create a
CompositeHealthIndicator based on the specified health indicators. |
CompositeReactiveHealthIndicator |
CompositeReactiveHealthIndicatorFactory.createReactiveHealthIndicator(HealthAggregator healthAggregator,
Map<String,ReactiveHealthIndicator> reactiveHealthIndicators,
Map<String,HealthIndicator> healthIndicators)
Create a
CompositeReactiveHealthIndicator based on the specified health
indicators. |
Constructor and Description |
---|
CompositeHealthIndicator(HealthAggregator healthAggregator)
Create a new
CompositeHealthIndicator . |
CompositeHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> indicators)
Create a new
CompositeHealthIndicator from the specified indicators. |
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator) |
CompositeReactiveHealthIndicator(HealthAggregator healthAggregator,
Map<String,ReactiveHealthIndicator> indicators) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.