public interface HealthIndicator extends Ordered
Describes an indicator of health of the application. Used by the
HealthAggregator
to create a response combining all indicators.
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
Modifier and Type | Method and Description |
---|---|
Publisher<HealthResult> |
getResult() |
Publisher<HealthResult> getResult()
HealthResult
that provides the
information necessary to build a response.