Skip to main content

HealthCallback

Type Alias HealthCallback 

Source
pub type HealthCallback = Arc<dyn Fn(ContainerId, bool) + Send + Sync>;
Expand description

Callback type for health state changes. Called with (container_id, is_healthy) when health state transitions.

Aliased Typeยง

pub struct HealthCallback { /* private fields */ }