Class HealthComponent
java.lang.Object
org.springframework.boot.actuate.health.HealthComponent
- All Implemented Interfaces:
OperationResponseBody
- Direct Known Subclasses:
CompositeHealth
,Health
A component that contributes data to results returned from the
HealthEndpoint
.- Since:
- 2.2.0
- Author:
- Phillip Webb
- See Also:
-
Method Summary
-
Method Details
-
getStatus
Return the status of the component.- Returns:
- the component status
-