Expand description
Health Check interface and methods.
Structs§
- Http
Health Check - HTTP health check
- TcpHealth
Check - TCP health check
Traits§
- Health
Check - HealthCheck is the interface to implement health check for backends
- Health
Observe - HealthObserve is an interface for observing health changes of backends, this is what’s used for our health observation callback.
Type Aliases§
- Health
Observe Callback - Provided to a HealthCheck to observe changes to Backend health.