Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias OrderedConsumerOptions
import { type OrderedConsumerOptions } from "https://deno.land/x/natsws@v1.28.0/src/mod.ts";

These options are a subset of ConsumerConfig and ConsumerUpdateConfig

definition: { name_prefix: string; filterSubjects: string[] | string; deliver_policy: DeliverPolicy; opt_start_seq: number; opt_start_time: string; replay_policy: ReplayPolicy; inactive_threshold: number; headers_only: boolean; }