UNPKG

@nam088/nestjs-rabbitmq

Version:

A comprehensive RabbitMQ module for NestJS with decorator-based message handling

8 lines 443 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RabbitHandler = exports.RABBIT_HANDLER_METADATA = void 0; const common_1 = require("@nestjs/common"); exports.RABBIT_HANDLER_METADATA = 'RABBIT_HANDLER_METADATA'; const RabbitHandler = (options) => (0, common_1.SetMetadata)(exports.RABBIT_HANDLER_METADATA, options); exports.RabbitHandler = RabbitHandler; //# sourceMappingURL=rabbit-handler.decorator.js.map