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.

8 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MiddlewareRegistry = void 0; const base_registry_1 = require("../shared/base-registry"); class MiddlewareRegistry extends base_registry_1.BaseRegistry { } exports.MiddlewareRegistry = MiddlewareRegistry; //# sourceMappingURL=middleware.registry.js.map