UNPKG

redis-smq

Version:

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

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