All Classes
| Class | Description |
|---|---|
| Async |
An annotation for marking asynchronous health check execution.
|
| Async.InitialState |
Enum representing the initial health states.
|
| Async.ScheduleType |
Enum representing the possible schedule types.
|
| AsyncHealthCheckDecorator |
A health check decorator to manage asynchronous executions.
|
| HealthCheck |
A health check for a component of your application.
|
| HealthCheck.Result |
The result of a
HealthCheck being run. |
| HealthCheck.ResultBuilder |
This a convenient builder for an
HealthCheck.Result. |
| HealthCheckFilter |
A filter used to determine whether or not a health check should be reported.
|
| HealthCheckRegistry |
A registry for health checks.
|
| HealthCheckRegistryListener |
A listener contract for
HealthCheckRegistry events. |
| SharedHealthCheckRegistries |
A map of shared, named health registries.
|
| ThreadDeadlockHealthCheck |
A health check which returns healthy if no threads are deadlocked.
|