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 546 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidChannelConfigException = void 0; const messaging_exception_1 = require("./messaging.exception"); class InvalidChannelConfigException extends messaging_exception_1.MessagingException { constructor(expectedChannelName) { super(`Invalid ChannelConfig. Expected ChannelConfig is [${expectedChannelName}]`); } } exports.InvalidChannelConfigException = InvalidChannelConfigException; //# sourceMappingURL=invalid-channel-config.exception.js.map