Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
enum AckPolicy
import { AckPolicy } from "https://deno.land/x/natsws@v1.28.0/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.