Class IndicatedHealthDescriptor
java.lang.Object
org.springframework.boot.health.actuate.endpoint.HealthDescriptor
org.springframework.boot.health.actuate.endpoint.IndicatedHealthDescriptor
- All Implemented Interfaces:
OperationResponseBody
Description of health obtained from a
HealthIndicator or
ReactiveHealthIndicator.- Since:
- 4.0.0
- Author:
- Phillip Webb
-
Method Summary
-
Method Details
-
getStatus
Description copied from class:HealthDescriptorReturn the status of the component.- Specified by:
getStatusin classHealthDescriptor- Returns:
- the component status
-
getDetails
-