Publish Options

interface NatsPublishOptions {
    expect?: NatsMsgExpect;
    headers?: {
        [key: string]: string;
    };
    msgID?: string;
}

Properties

expect?: NatsMsgExpect
headers?: {
    [key: string]: string;
}
msgID?: string