pub fn health_subject(lattice: &str, provider_key: &str) -> String
Expand description
Generate the wasmbus RPC subject for retrieving health information for a given provider
When messages are published on this subject, hosts trigger health checks on providers (i.e. a HealthCheckRequest
)
and return relevant results (i.e. a HealthCheckResponse
).