redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
5 lines • 494 B
TypeScript
import { IQueueParams } from '../../queue-manager/index.js';
import { EQueueStateLockOwner, IQueueStateTransition, TQueueStateTransitionOptions } from '../types/index.js';
import { ICallback, ILogger } from 'redis-smq-common';
export declare function _lockQueuelock(queue: string | IQueueParams, lockOwner: EQueueStateLockOwner, lockId: string, options: TQueueStateTransitionOptions | null, logger: ILogger, cb: ICallback<IQueueStateTransition>): void;
//# sourceMappingURL=_lock-queue.d.ts.map