UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

7 lines 383 B
import { ICallback } from 'redis-smq-common'; import { IQueueParams } from '../../queue/index.js'; import { ExchangeAbstract } from '../exchange-abstract.js'; export declare class ExchangeDirect extends ExchangeAbstract<string | IQueueParams> { getQueues(exchangeParams: string | IQueueParams, cb: ICallback<IQueueParams[]>): void; } //# sourceMappingURL=exchange-direct.d.ts.map