Class IndicatedHealthDescriptor
java.lang.Object
org.springframework.boot.actuate.health.HealthDescriptor
org.springframework.boot.actuate.health.IndicatedHealthDescriptor
- All Implemented Interfaces:
OperationResponseBody
Description of health obtained from a
HealthIndicator or
ReactiveHealthIndicator.- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.health.contributor.StatusReturn the status of the component.
-
Method Details
-
getStatus
public org.springframework.boot.health.contributor.Status getStatus()Description copied from class:HealthDescriptorReturn the status of the component.- Specified by:
getStatusin classHealthDescriptor- Returns:
- the component status
-
getDetails
-