Interface HealthIndicator
- All Superinterfaces:
HealthContributor
- All Known Implementing Classes:
AbstractHealthIndicator,PingHealthIndicator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Directly contributes
Health information for specific component or subsystem.- Since:
- 4.0.0
-
Method Summary
-
Method Details
-
health
Return an indication of health.- Parameters:
includeDetails- if details should be included or removed- Returns:
- the health
-
health
-