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.

11 lines 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Channel = void 0; class Channel { constructor(config) { this.config = config; } async onChannelDestroy() { } } exports.Channel = Channel; //# sourceMappingURL=channel.js.map