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.

10 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MessagingException = void 0; class MessagingException extends Error { constructor(message) { super(message); } } exports.MessagingException = MessagingException; //# sourceMappingURL=messaging.exception.js.map