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

M70c: a real single-process bus has no backend to be unreachable, so it is always reachable. There is no external dependency whose outage could make this transport down (M47).

Return Type

Promise<boolean>

true

Usage

import { MemoryBackplane } from "realtime-backplane-plugin/src/index.ts";