$ open source · GPL-3.0 — need a commercial license? imqueue.com →

Home > @imqueue/core > ClusterManager > destroy

ClusterManager.destroy() method

Releases the manager's transport. Implemented by subclasses, and must be safe to call more than once.

Signature:

abstract destroy(): Promise<void>;

Returns:

Promise<void>