Uses of Class
org.springframework.boot.health.contributor.Status
Packages that use Status
Package
Description
Actuator endpoint for health.
Health indicators providing information about an application.
Classes related to contributing health information about an application.
-
Uses of Status in org.springframework.boot.health.actuate.endpoint
Methods in org.springframework.boot.health.actuate.endpoint that return StatusModifier and TypeMethodDescriptionSimpleStatusAggregator.getAggregateStatus(Set<Status> statuses) StatusAggregator.getAggregateStatus(Set<Status> statuses) Return the aggregate status for the given set of statuses.default StatusStatusAggregator.getAggregateStatus(Status... statuses) Return the aggregate status for the given set of statuses.CompositeHealthDescriptor.getStatus()abstract StatusHealthDescriptor.getStatus()Return the status of the component.IndicatedHealthDescriptor.getStatus()Methods in org.springframework.boot.health.actuate.endpoint with parameters of type StatusModifier and TypeMethodDescriptiondefault StatusStatusAggregator.getAggregateStatus(Status... statuses) Return the aggregate status for the given set of statuses.intHttpCodeStatusMapper.getStatusCode(Status status) Return the HTTP status code that corresponds to the givenhealth status.intSimpleHttpCodeStatusMapper.getStatusCode(Status status) Method parameters in org.springframework.boot.health.actuate.endpoint with type arguments of type StatusModifier and TypeMethodDescriptionSimpleStatusAggregator.getAggregateStatus(Set<Status> statuses) StatusAggregator.getAggregateStatus(Set<Status> statuses) Return the aggregate status for the given set of statuses.Constructors in org.springframework.boot.health.actuate.endpoint with parameters of type Status -
Uses of Status in org.springframework.boot.health.application
Methods in org.springframework.boot.health.application with parameters of type StatusModifier and TypeMethodDescriptionvoidAdd a new status mapping .default voidAvailabilityStateHealthIndicator.StatusMappings.addDefaultStatus(Status status) Add the status that should be used if no explicit mapping is defined. -
Uses of Status in org.springframework.boot.health.contributor
Fields in org.springframework.boot.health.contributor declared as StatusModifier and TypeFieldDescriptionstatic final StatusStatus.DOWNStatusindicating that the component or subsystem has suffered an unexpected failure.static final StatusStatus.OUT_OF_SERVICEStatusindicating that the component or subsystem has been taken out of service and should not be used.static final StatusStatus.UNKNOWNStatusindicating that the component or subsystem is in an unknown state.static final StatusStatus.UPStatusindicating that the component or subsystem is functioning as expected.Methods in org.springframework.boot.health.contributor that return StatusMethods in org.springframework.boot.health.contributor with parameters of type StatusModifier and TypeMethodDescriptionSet status to givenStatusinstance.static Health.BuilderCreate a newHealth.Builderinstance with a specificStatus.Constructors in org.springframework.boot.health.contributor with parameters of type Status