Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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