UNPKG

@yepmind/nats-rx-client

Version:
13 lines (12 loc) 287 B
import { Msg } from 'nats'; export declare class NatsMessageRequest { private message; private readonly jsonCodec; constructor(message: Msg); get data(): { cmd: string; payload: any; }; get subject(): string; respond(payload: any): boolean; }