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

Members

Interest = "interest"

Retain messages while there is consumer interest on the particular subject.

Limits = "limits"

Retain messages until the limits are reached, then trigger the discard policy.

Workqueue = "workqueue"

Retain messages until acknowledged