Interface HealthIndicator
- All Superinterfaces:
Ordered
- All Known Implementing Classes:
AbstractHealthIndicator
,DiscoveryClientHealthIndicator
,DiskSpaceIndicator
,JdbcIndicator
,ServiceHttpClientHealthIndicator
,ServiceReadyHealthIndicator
Describes an indicator of health of the application. Used by the
HealthAggregator
to create a response combining all indicators.
- Since:
- 1.0
- Author:
- James Kleeh
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
-
Method Details
-
getResult
Publisher<HealthResult> getResult()- Returns:
- A publisher that returns a
HealthResult
that provides the information necessary to build a response.
-