Trait wasmcloud_core::HealthCheck

source ·
pub trait HealthCheck {
    // Required method
    fn health_request(&self) -> HealthCheckResponse;
}
Expand description

Trait describing types/entities that can be health-checked

Required Methods§

Implementors§