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 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HandlerResponse = void 0; class HandlerResponse { constructor(response) { this.response = response; } } exports.HandlerResponse = HandlerResponse; //# sourceMappingURL=handler-response.js.map