Package | Description |
---|---|
org.springframework.boot.actuate.health |
Actuator health indicator and endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleStatusAggregator
StatusAggregator backed by an ordered status list. |
Modifier and Type | Method and Description |
---|---|
static StatusAggregator |
StatusAggregator.getDefault()
Return
StatusAggregator instance using default ordering rules. |
StatusAggregator |
HealthEndpointGroup.getStatusAggregator()
Returns the status aggregator that should be used for this group.
|
Modifier and Type | Method and Description |
---|---|
protected HealthComponent |
HealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion,
Map<String,HealthComponent> contributions,
StatusAggregator statusAggregator,
boolean showComponents,
Set<String> groupNames) |
protected HealthComponent |
HealthEndpoint.aggregateContributions(ApiVersion apiVersion,
Map<String,HealthComponent> contributions,
StatusAggregator statusAggregator,
boolean showComponents,
Set<String> groupNames) |
protected reactor.core.publisher.Mono<? extends HealthComponent> |
ReactiveHealthEndpointWebExtension.aggregateContributions(ApiVersion apiVersion,
Map<String,reactor.core.publisher.Mono<? extends HealthComponent>> contributions,
StatusAggregator statusAggregator,
boolean showComponents,
Set<String> groupNames) |