Uses of Class
org.springframework.boot.actuate.health.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
Modifier 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
Modifier and TypeMethodDescriptionCloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion) CloudFoundryHealthEndpointWebExtension.health
(ApiVersion apiVersion, String... path) -
Uses of HealthComponent in org.springframework.boot.actuate.health
Modifier 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.Modifier 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) Modifier 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) Modifier 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)