UNPKG

redis-smq

Version:

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

10 lines 395 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; import { IQueueParams } from '../queue-manager/index.js'; export declare class QueueLockOwnerMismatchError extends RedisSMQError<{ queue: IQueueParams; expectedOwner: string; actualOwner: unknown; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=queue-lock-owner-mismatch.error.d.ts.map