method IRealtimeBackplane.isHealthy
Since 0.2.0
IRealtimeBackplane.isHealthy(): Promise<boolean>

Reports whether the transport's backend is reachable right now, for the plugin's health indicator.

Optional: a transport with no meaningful liveness check omits it, and the indicator then reports only the lifecycle state.

This answers a fact (reachability), not a policy: the indicator that consumes it owns the up/degraded/down mapping.

Return Type

Promise<boolean>

true when the backend is reachable

Usage

import { type IRealtimeBackplane } from "common/src/index.ts";