@nestjstools/microservices-rabbitmq
Version:
Transport layer for NestJS Microservices with more configurations for RabbitMQ
10 lines • 382 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ExchangeType = void 0;
var ExchangeType;
(function (ExchangeType) {
ExchangeType["TOPIC"] = "topic";
ExchangeType["FANOUT"] = "fanout";
ExchangeType["DIRECT"] = "direct";
})(ExchangeType || (exports.ExchangeType = ExchangeType = {}));
//# sourceMappingURL=amqp.transport-options.js.map