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.

7 lines (6 loc) 218 B
export declare class ConsumerMessage { readonly message: object | string; readonly routingKey: string; readonly metadata: {}; constructor(message: object | string, routingKey: string, metadata?: {}); }