Package io.micronaut.management.health.indicator
package io.micronaut.management.health.indicator
Health indicator.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionA base health indicator class to extend from that catches exceptions thrown from the
AbstractHealthIndicator.getHealthInformation()
method and updates theHealthResult
with the exception information.Options forHealthEndpoint
selector that aggregatesHealthIndicator
according toLiveness
respectivelyReadiness
qualifiers.Describes an indicator of health of the application.Used to represent the output of aHealthIndicator
.Helper class to build instances.