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 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InMemoryChannel = void 0; const channel_1 = require("./channel"); class InMemoryChannel extends channel_1.Channel { } exports.InMemoryChannel = InMemoryChannel; //# sourceMappingURL=in-memory.channel.js.map