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

Members

All = "all"

Ack, acknowledges all messages with a lower sequence

Explicit = "explicit"

All sequences must be explicitly acknowledged

None = "none"

Messages don't need to be Ack'ed.