程序包 org.springframework.boot.actuate.health
package org.springframework.boot.actuate.health
Actuator health indicator and endpoints.
-
类说明Base
HealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.BaseReactiveHealthIndicatorimplementations that encapsulates creation ofHealthinstance and error handling.Value object that represents an additional path for aHealthEndpointGroup.AHealthComponentthat is composed of otherHealthComponentinstances.AHealthContributorthat is composed of otherHealthContributorinstances.AReactiveHealthContributorthat is composed of otherReactiveHealthContributorinstances.A mutable registry of health endpoint contributors (eitherHealthContributororReactiveHealthContributor).DefaultHealthContributorRegistryimplementation.DefaultReactiveHealthContributorRegistryimplementation.Carries information about the health of a component or subsystem.Builder for creating immutableHealthinstances.A component that contributes data to results returned from theHealthEndpoint.Tagging interface for classes that contribute tohealth componentsto the results returned from theHealthEndpoint.Generate a sensible health indicator name based on its bean name.@Endpointto expose application health information.A logical grouping ofhealth contributorsthat can be exposed by theHealthEndpoint.A collection ofgroupsfor use with a health endpoint.Hook that allows for custom modification ofHealthEndpointGroups— for example, automatically adding additional auto-configured groups.@EndpointWebExtensionfor theHealthEndpoint.Strategy interface used to contributeHealthto the results returned from theHealthEndpoint.Strategy used to map ahealth statusto an HTTP status code.A single named health endpoint contributors (eitherHealthContributororReactiveHealthContributor).A collection of named health endpoint contributors (eitherHealthContributororReactiveHealthContributor).Default implementation ofHealthIndicatorthat returnsStatus.UP.Tagging interface for classes that contribute tohealth componentsto the results returned from theHealthEndpoint.Reactive@EndpointWebExtensionfor theHealthEndpoint.Strategy interface used to contributeHealthto the results returned from the reactive variant of theHealthEndpoint.SimpleHttpCodeStatusMapperbacked by map ofstatus codeto HTTP status code.StatusAggregatorbacked by an ordered status list.Value object to express state of a component or subsystem.Strategy used to aggregateStatusinstances.AHealthComponentthat represents the overall system health and the available groups.