struct

Alumna::Nats::JetStream::Consumer

Inherits Struct < Value < Object

Durable push consumer. deliver_subject is nil for a pull consumer (not in this product).

Constructors

from_driver(raw : NATS::JetStream::Consumer) : self
Source
new(stream : String, name : String, deliver_subject : String | Nil, deliver_group : String | Nil, filter_subject : String | Nil, num_pending : Int64, num_ack_pending : Int64)
Source

Instance methods

deliver_group
Source
deliver_subject
Source
filter_subject
Source
name
Source
num_ack_pending
Source
num_pending
Source
stream
Source