Interface | Description |
---|---|
CurrentHealthStatus |
Strategy interface for retrieving and updating the current
HealthStatus of the application. |
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 by
HeartbeatConfiguration . |
HeartbeatTask |
A scheduled task that sends a periodic heartbeat whilst the server is active.
|
Annotation Type | Description |
---|---|
HeartbeatEnabled |
Annotation that expresses the requirements for enabling the heart beat.
|