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 | 
|---|---|
org.reactivestreams.Publisher<HealthResult> | 
getResult()  | 
org.reactivestreams.Publisher<HealthResult> getResult()
HealthResult that provides the
 information necessary to build a response.