@FunctionalInterface public interface HealthIndicator extends HealthContributor
Health
to the results returned from the
HealthEndpoint
.Modifier and Type | Method and Description |
---|---|
default Health |
getHealth(boolean includeDetails)
Return an indication of health.
|
Health |
health()
Return an indication of health.
|