UNPKG

redis-smq-common

Version:

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

8 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withEventBus = withEventBus; const index_js_1 = require("../async/index.js"); function withEventBus(eventBusRedisFactory, operation, callback) { index_js_1.async.withCallback((cb) => eventBusRedisFactory.getSetInstance(cb), operation, callback); } //# sourceMappingURL=with-event-bus.js.map