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.HandlerForMessageNotFoundException = void 0; const messaging_exception_1 = require("./messaging.exception"); class HandlerForMessageNotFoundException extends messaging_exception_1.MessagingException { constructor(routingKey) { super(`There is no handlers for this routing key: [${routingKey}]`); } } exports.HandlerForMessageNotFoundException = HandlerForMessageNotFoundException; //# sourceMappingURL=handler-for-message-not-found.exception.js.map