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 549 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnsupportedChannelFactoryException = void 0; const messaging_exception_1 = require("./messaging.exception"); class UnsupportedChannelFactoryException extends messaging_exception_1.MessagingException { constructor(channelConfig) { super(`Unsupported ChannelFactory for channel [${channelConfig}]`); } } exports.UnsupportedChannelFactoryException = UnsupportedChannelFactoryException; //# sourceMappingURL=unsupported-channel-factory.exception.js.map