Uses of Interface
org.springframework.boot.actuate.health.StatusAggregator
Packages that use StatusAggregator
Package
Description
Actuator health indicator and endpoints.
-
Uses of StatusAggregator in org.springframework.boot.actuate.health
Classes in org.springframework.boot.actuate.health that implement StatusAggregatorMethods in org.springframework.boot.actuate.health that return StatusAggregatorModifier and TypeMethodDescriptionstatic StatusAggregatorStatusAggregator.getDefault()ReturnStatusAggregatorinstance using default ordering rules.HealthEndpointGroup.getStatusAggregator()Returns the status aggregator that should be used for this group.Methods in org.springframework.boot.actuate.health with parameters of type StatusAggregatorModifier and TypeMethodDescriptionprotected HealthComponentHealthEndpoint.aggregateContributions(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected HealthComponentHealthEndpointWebExtension.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)