Uses of Class
org.springframework.boot.actuate.health.Status
Package
Description
Actuator support for application availability concerns.
Actuator health indicator and endpoints.
-
Uses of Status in org.springframework.boot.actuate.availability
Modifier and TypeMethodDescriptionvoid
Add a new status mapping .default void
AvailabilityStateHealthIndicator.StatusMappings.addDefaultStatus
(Status status) Add the status that should be used if no explicit mapping is defined. -
Uses of Status in org.springframework.boot.actuate.health
Modifier and TypeFieldDescriptionstatic final Status
Status.DOWN
Status
indicating that the component or subsystem has suffered an unexpected failure.static final Status
Status.OUT_OF_SERVICE
Status
indicating that the component or subsystem has been taken out of service and should not be used.static final Status
Status.UNKNOWN
Status
indicating that the component or subsystem is in an unknown state.static final Status
Status.UP
Status
indicating that the component or subsystem is functioning as expected.Modifier and TypeMethodDescriptionSimpleStatusAggregator.getAggregateStatus
(Set<Status> statuses) StatusAggregator.getAggregateStatus
(Set<Status> statuses) Return the aggregate status for the given set of statuses.default Status
StatusAggregator.getAggregateStatus
(Status... statuses) Return the aggregate status for the given set of statuses.CompositeHealth.getStatus()
Health.getStatus()
Return the status of the health.abstract Status
HealthComponent.getStatus()
Return the status of the component.Modifier and TypeMethodDescriptiondefault Status
StatusAggregator.getAggregateStatus
(Status... statuses) Return the aggregate status for the given set of statuses.int
HttpCodeStatusMapper.getStatusCode
(Status status) Return the HTTP status code that corresponds to the givenhealth status
.int
SimpleHttpCodeStatusMapper.getStatusCode
(Status status) Set status to givenStatus
instance.static Health.Builder
Create a newHealth.Builder
instance with a specificStatus
.Modifier and TypeMethodDescriptionSimpleStatusAggregator.getAggregateStatus
(Set<Status> statuses) StatusAggregator.getAggregateStatus
(Set<Status> statuses) Return the aggregate status for the given set of statuses.