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.