Optionalopts: ConsumerCreateOptionsDeletes the specified consumer name/durable from the specified stream.
Returns the ConsumerInfo for the specified consumer in the specified stream.
Lists all the consumers on the specified streams
Resets the consumer's delivery state without deleting and recreating
it. If seq is provided, the next message delivered will have a
stream sequence >= seq. If omitted, state is reset but the ack floor
stream sequence is preserved.
Requires server v2.14.0+. Only allowed on consumers configured with
DeliverPolicy=all, by_start_sequence, or by_start_time. See
ADR-60.
Optionalseq: numberoptional stream sequence to reset to
Resumes a paused Consumer, returning whether it is paused and when it will resume.
Unpins the currently pinned consumer.
Updates the consumer configuration for the specified consumer on the specified stream that has the specified durable name.
Adds a new consumer to the specified stream with the specified consumer options.