UNPKG

@addapptables/microservice

Version:
11 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EventHandler = void 0; const constants_config_1 = require("../config/constants.config"); function EventHandler(event) { return (target) => { Reflect.defineMetadata(constants_config_1.EVENT_HANDLER_METADATA, event, target); }; } exports.EventHandler = EventHandler; //# sourceMappingURL=event-handler.decorator.js.map