edgeport - v1.0.3
    Preparing search index...

    Interface JsPublishOptions

    1.0.0

    interface JsPublishOptions {
        msgId?: string;
        timeoutMs?: number;
    }
    Index
    msgId?: string

    A dedup id (Nats-Msg-Id); a repeat within the stream's dedup window is acked as a duplicate and stored only once. Requires the server to accept headers.

    timeoutMs?: number

    How long to wait for the PubAck before throwing TimeoutError; defaults to 5000ms.