UNPKG

redis-smq

Version:

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

5 lines 396 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IQueueParams } from '../../../queue-manager/index.js'; import { IExchangeParams } from '../../types/index.js'; export declare function _getRoutingKeyBoundQueues(client: IRedisClient, exchange: IExchangeParams, routingKey: string, cb: ICallback<IQueueParams[]>): void; //# sourceMappingURL=_get-routing-key-bound-queues.d.ts.map