UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

5 lines 255 B
import { async } from '../async/index.js'; export function withEventBus(eventBusRedisFactory, operation, callback) { async.withCallback((cb) => eventBusRedisFactory.getSetInstance(cb), operation, callback); } //# sourceMappingURL=with-event-bus.js.map