UNPKG

@nestjstools/messaging

Version:

Simplifies asynchronous and synchronous message handling with support for buses, handlers, channels, and consumers. Build scalable, decoupled applications with ease and reliability.

6 lines 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_MIDDLEWARE = exports.DEFAULT_NORMALIZER = void 0; exports.DEFAULT_NORMALIZER = 'ObjectForwardMessageNormalizer'; exports.DEFAULT_MIDDLEWARE = 'HandlerMiddleware'; //# sourceMappingURL=const.js.map