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 StatusAggregatorMethods 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.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)