method IPubSubTransport.isHealthy
IPubSubTransport.isHealthy(): Promise<boolean>

Reports whether the Pub/Sub backend is reachable (optional, M70c).

The real adapter calls the SDK's topic.exists(); a transport without a liveness check omits it and the broker reports unknown reachability. The SDK owns streaming-pull reconnection, so the broker issues no reconnect loop of its own.

Return Type

Promise<boolean>

Usage

import { type IPubSubTransport } from "messaging-plugin/src/index.ts";