Type alias OrderedConsumerOptions
OrderedConsumerOptions: { deliver_policy: DeliverPolicy; filterSubjects: string[] | string; headers_only: boolean; inactive_threshold: number; name_prefix: string; opt_start_seq: number; opt_start_time: string; replay_policy: ReplayPolicy; } Type declaration
filterSubjects: string[] | string
headers_only: boolean
inactive_threshold: number
name_prefix: string
opt_start_seq: number
opt_start_time: string
These options are a subset of ConsumerConfig and ConsumerUpdateConfig