Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface PubAck
import { type PubAck } from "https://deno.land/x/natsws@v1.28.0/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