UNPKG

@goparrot/pubsub-event-bus

Version:
16 lines 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HandlerBound = void 0; const tslib_1 = require("tslib"); const common_1 = require("@nestjs/common"); let HandlerBound = class HandlerBound { constructor(handlerName) { this.handlerName = handlerName; } }; exports.HandlerBound = HandlerBound; exports.HandlerBound = HandlerBound = tslib_1.__decorate([ (0, common_1.Injectable)(), tslib_1.__metadata("design:paramtypes", [String]) ], HandlerBound); //# sourceMappingURL=HandlerBound.js.map