Class HealthDescriptor
java.lang.Object
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
- All Implemented Interfaces:
org.springframework.boot.actuate.endpoint.OperationResponseBody
- Direct Known Subclasses:
CompositeHealthDescriptor, IndicatedHealthDescriptor
public abstract sealed class HealthDescriptor
extends Object
implements org.springframework.boot.actuate.endpoint.OperationResponseBody
permits IndicatedHealthDescriptor, CompositeHealthDescriptor
Description of health including a status.
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HealthDescriptor
public HealthDescriptor()
-
-
Method Details
-
getStatus
Return the status of the component.- Returns:
- the component status
-