method QueueConnector.end
QueueConnector.end(): Promise<void>

Close all connections and clean up resources. After calling end(), the connector cannot be used to create new adapters.

Return Type

Promise<void>

Usage

import { type QueueConnector } from ".";