Package io.micronaut.management.health.indicator
Health indicator.
- Since:
- 1.0
-
Interface Summary Interface Description HealthIndicator Describes an indicator of health of the application.HealthResult Used to represent the output of aHealthIndicator. -
Class Summary Class Description AbstractHealthIndicator<T> A base health indicator class to extend from that catches exceptions thrown from theAbstractHealthIndicator.getHealthInformation()method and updates theHealthResultwith the exception information.HealthResult.Builder Helper class to build instances. -
Enum Summary Enum Description HealthCheckType Options forHealthEndpointselector that aggregatesHealthIndicatoraccording toLivenessrespectivelyReadinessqualifiers.