UNPKG

redis-smq

Version:

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

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