method ISqsTransport.isHealthy
Since 0.1.0
ISqsTransport.isHealthy(): Promise<boolean>

M70c: reports whether the queue is reachable — the real adapter issues GetQueueAttributes. Optional so a minimal injected fake still type-checks; a transport that omits it is unknown, not false.

Return Type

Promise<boolean>

true when the queue is reachable

Usage

import { type ISqsTransport } from "queue-plugin/src/index.ts";