redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
5 lines • 476 B
TypeScript
import { ICallback, IRedisClient } from 'redis-smq-common';
import { IQueueParams, IQueueProperties } from '../../queue-manager/index.js';
import { IExchangeParsedParams, IExchangeProperties } from '../types/index.js';
export declare function _validateQueueBinding(client: IRedisClient, exchangeParams: IExchangeParsedParams, queueParams: IQueueParams, cb: ICallback<[IQueueProperties, IExchangeProperties | null]>): void;
//# sourceMappingURL=_validate-queue-binding.d.ts.map