Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface PubAck
import { type PubAck } from "https://deno.land/x/natsws@v1.29.2/src/mod.ts";

The response returned by the JetStream server when a message is added to a stream.

Properties

stream: string

The name of the stream

optional
domain: string

The domain of the JetStream

seq: number

The sequence number of the message as stored in JetStream

duplicate: boolean

True if the message is a duplicate