NATS::JetStream::Consumers
A NATS JetStream consumer is a message index sourced from a stream. It can apply additional filters and records which messages are pending, acknowledged, etc, at the consumer layer.
Constructors
Instance methods
Create a consumer for the given stream with the given properties,
which are passed unmodified to NATS::JetStream::Consumer.new.
Delete the given consumer for the given stream
Delete the consumer with the given name associated with the stream with the given name.
Return the consumer with the specified name associated with the
given stream, yielding to the block if the consumer does not exist
Return the consumer with the specified name associated with the
given stream, yielding to the block if the consumer does not exist
Returns a paginated list of consumers for the specified stream.