@nam088/nestjs-rabbitmq
Version:
A comprehensive RabbitMQ module for NestJS with decorator-based message handling
8 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RabbitSubscribe = void 0;
const common_1 = require("@nestjs/common");
const constants_1 = require("../constants");
const RabbitSubscribe = (options) => (0, common_1.SetMetadata)(constants_1.RABBITMQ_SUBSCRIBE_METADATA, options);
exports.RabbitSubscribe = RabbitSubscribe;
//# sourceMappingURL=rabbit-subscribe.decorator.js.map