UNPKG

@gabliam/amqp

Version:
18 lines (17 loc) 689 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UNDEFINED_VALUE = exports.ERRORS_MSGS = exports.METADATA_KEY = exports.TYPE = void 0; exports.TYPE = { RabbitController: 'RabbitControllerType', }; exports.METADATA_KEY = { cunit: '_RabbitCuni', RabbitController: '_RabbitController', RabbitcontrollerParameter: '_Rabbitcontroller-parameter', RabbitHandler: '_RabbitHandler', }; exports.ERRORS_MSGS = { DUPLICATED_CONTROLLER_DECORATOR: `Cannot apply @RabbitController decorator multiple times.`, DUPLICATED_CUNIT_DECORATOR: `Cannot apply @CUnit decorator multiple times.`, }; exports.UNDEFINED_VALUE = '$$__##UNDEFINED##__$$';