@nam088/nestjs-rabbitmq
Version:
A comprehensive RabbitMQ module for NestJS with decorator-based message handling
10 lines • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RABBIT_CONTROLLER_KEY = void 0;
exports.RabbitController = RabbitController;
const common_1 = require("@nestjs/common");
exports.RABBIT_CONTROLLER_KEY = 'RABBIT_CONTROLLER';
function RabbitController() {
return (0, common_1.SetMetadata)(exports.RABBIT_CONTROLLER_KEY, true);
}
//# sourceMappingURL=rabbit-controller.decorator.js.map