Package io.micronaut.health
Micronaut health indicator classes.
- Since:
- 1.0
-
Interface Summary Interface Description CurrentHealthStatus Strategy interface for retrieving and updating the currentHealthStatus
of the application. -
Class Summary Class Description HealthStatus The status of a health indicator.HeartbeatConfiguration Configuration for heart beat.HeartbeatDiscoveryClientCondition Custom condition to conditionally enable the heart beat.HeartbeatEvent A heartbeat event is an event fired periodically and configured byHeartbeatConfiguration
.HeartbeatTask A scheduled task that sends a periodic heartbeat whilst the server is active. -
Annotation Types Summary Annotation Type Description HeartbeatEnabled Annotation that expresses the requirements for enabling the heart beat.