UNPKG

@nam088/nestjs-rabbitmq

Version:

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

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