redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
9 lines • 388 B
TypeScript
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
import { EQueueOperationalState } from '../queue-manager/index.js';
export declare class QueueStateTransitionError extends RedisSMQError<{
from: EQueueOperationalState;
to: EQueueOperationalState;
}> {
getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=queue-state-transition.error.d.ts.map