redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
12 lines • 387 B
TypeScript
import { RedisSMQError } from 'redis-smq-common';
import { IExchangeParams } from '../exchange/index.js';
export declare class InvalidExchangeRoutingKeyError extends RedisSMQError<{
exchange: IExchangeParams;
routingKey: string;
}> {
getProps(): {
code: string;
defaultMessage: string;
};
}
//# sourceMappingURL=invalid-exchange-routing-key.error.d.ts.map