UNPKG

@nam088/nestjs-rabbitmq

Version:

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

8 lines 418 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InjectServiceDiscovery = void 0; const common_1 = require("@nestjs/common"); const constants_1 = require("../constants"); const InjectServiceDiscovery = () => (0, common_1.Inject)(constants_1.RABBITMQ_SERVICE_DISCOVERY); exports.InjectServiceDiscovery = InjectServiceDiscovery; //# sourceMappingURL=service-discovery.decorator.js.map