Structs§
- AppHealth
- Health information for an application consisting of multiple components.
- AppHealth
Check - Application health check aggregating health from multiple components.
- Health
- Health of a single component.
- Health
Updater - Updater for
ReactiveHealthCheck
. Can be created usingReactiveHealthCheck::new()
. - Reactive
Health Check - Basic implementation of
CheckHealth
trait that can be updated using a matchingHealthUpdater
.
Enums§
- AppHealth
Check Error - Health
Status - Health status returned as a part of
Health
.
Traits§
- Check
Health - Interface to be used for health checks.