Skip to main content

HealthCheckFn

Type Alias HealthCheckFn 

Source
pub type HealthCheckFn = Arc<dyn Fn() -> HealthStatus + Send + Sync>;
Expand description

Health check callback that services implement to report their status

Aliased Typeยง

pub struct HealthCheckFn { /* private fields */ }