Uses of Interface
org.springframework.boot.health.actuate.endpoint.StatusAggregator
Packages that use StatusAggregator
-
Uses of StatusAggregator in org.springframework.boot.health.actuate.endpoint
Classes in org.springframework.boot.health.actuate.endpoint that implement StatusAggregatorModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.boot.health.actuate.endpoint 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.static StatusAggregatorReturn aStatusAggregatorbacked by the given ordered status list.static StatusAggregatorReturn aStatusAggregatorbacked by the given ordered status list.static StatusAggregatorReturn aStatusAggregatorbacked by the given ordered status list.Methods in org.springframework.boot.health.actuate.endpoint with parameters of type StatusAggregatorModifier and TypeMethodDescriptionprotected HealthDescriptorHealthEndpoint.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) protected HealthDescriptorHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, HealthDescriptor> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames) protected reactor.core.publisher.Mono<? extends HealthDescriptor> ReactiveHealthEndpointWebExtension.aggregateDescriptors(ApiVersion apiVersion, Map<String, reactor.core.publisher.Mono<? extends HealthDescriptor>> contributions, StatusAggregator statusAggregator, boolean showComponents, @Nullable Set<String> groupNames)
StatusAggregator.of(Status...)