UNPKG

redis-smq

Version:

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

15 lines 572 B
"use strict"; var _a; Object.defineProperty(exports, "__esModule", { value: true }); exports.TopicExchangeFactory = void 0; const factory_abstract_js_1 = require("./factory-abstract.js"); const index_js_1 = require("../../exchange/index.js"); class TopicExchangeFactory extends factory_abstract_js_1.FactoryAbstract { } exports.TopicExchangeFactory = TopicExchangeFactory; _a = TopicExchangeFactory; TopicExchangeFactory.create = () => { _a.ensureInitialized(); return _a.track(new index_js_1.ExchangeTopic()); }; //# sourceMappingURL=topic-exchange-factory.js.map