Uses of Class
org.springframework.boot.actuate.health.HealthComponent
Packages that use HealthComponent
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
Actuator health indicator and endpoints.
-
Uses of HealthComponent in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive that return types with arguments of type HealthComponentModifier and TypeMethodDescriptionreactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
CloudFoundryReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
CloudFoundryReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) -
Uses of HealthComponent in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Methods in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet that return types with arguments of type HealthComponentModifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) -
Uses of HealthComponent in org.springframework.boot.actuate.health
Subclasses of HealthComponent in org.springframework.boot.actuate.healthModifier and TypeClassDescriptionclass
AHealthComponent
that is composed of otherHealthComponent
instances.final class
Carries information about the health of a component or subsystem.final class
AHealthComponent
that represents the overall system health and the available groups.Methods in org.springframework.boot.actuate.health that return HealthComponentModifier and TypeMethodDescriptionprotected HealthComponent
HealthEndpoint.aggregateContributions
(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected HealthComponent
HealthEndpointWebExtension.aggregateContributions
(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected HealthComponent
HealthEndpoint.getHealth
(HealthContributor contributor, boolean includeDetails) protected HealthComponent
HealthEndpointWebExtension.getHealth
(HealthContributor contributor, boolean includeDetails) HealthEndpoint.health()
HealthEndpoint.healthForPath
(String... path) Methods in org.springframework.boot.actuate.health that return types with arguments of type HealthComponentModifier and TypeMethodDescriptionprotected 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) CompositeHealth.getComponents()
CompositeHealth.getDetails()
protected reactor.core.publisher.Mono<? extends HealthComponent>
ReactiveHealthEndpointWebExtension.getHealth
(ReactiveHealthContributor contributor, boolean includeDetails) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) HealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, boolean showAll, String... path) reactor.core.publisher.Mono<WebEndpointResponse<? extends HealthComponent>>
ReactiveHealthEndpointWebExtension.health
(ApiVersion apiVersion, WebServerNamespace serverNamespace, SecurityContext securityContext, String... path) Method parameters in org.springframework.boot.actuate.health with type arguments of type HealthComponentModifier and TypeMethodDescriptionprotected HealthComponent
HealthEndpoint.aggregateContributions
(ApiVersion apiVersion, Map<String, HealthComponent> contributions, StatusAggregator statusAggregator, boolean showComponents, Set<String> groupNames) protected HealthComponent
HealthEndpointWebExtension.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)