redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
9 lines • 365 B
TypeScript
import { EventBusRedis, ICallback } from 'redis-smq-common';
import { TRedisSMQEvent } from './types/index.js';
export declare class InternalEventBus {
private static instance;
protected constructor();
static getInstance(): EventBusRedis<TRedisSMQEvent>;
static shutdown(cb: ICallback<void>): void;
}
//# sourceMappingURL=internal-event-bus.d.ts.map