method QueueAdapter.close
QueueAdapter.close(): Promise<void>

Release any resources held by this adapter instance. Does not necessarily terminate the underlying connection (which is managed by the Connector).

Return Type

Promise<void>

Usage

import { type QueueAdapter } from ".";