Type Alias OrderedConsumerOptions
OrderedConsumerOptions: { deliver_policy: DeliverPolicy; filter_subjects: string[] | string; headers_only: boolean; inactive_threshold: number; name_prefix: string; opt_start_seq: number; opt_start_time: string; replay_policy: ReplayPolicy;} Type declaration
filter_subjects: 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