UNPKG

redis-smq

Version:

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

10 lines 396 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; import { IQueueParams } from '../queue-manager/index.js'; export declare class ProcessingQueueNotEmptyError extends RedisSMQError<{ consumerId: string; queue: IQueueParams; groupId: string | null; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=processing-queue-not-empty.error.d.ts.map