UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

4 lines 287 B
import { IQueueParsedParams } from '../../../queue-manager/index.js'; import { ICallback } from 'redis-smq-common'; export declare function _unsubscribeConsumer(consumerId: string, queueParams: IQueueParsedParams, cb: ICallback): void; //# sourceMappingURL=_unsubscribe-consumer.d.ts.map