struct NATS::JetStream::ConsumerListResponse

Included Modules

Defined in:

jetstream/consumer_list_response.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct NATS::JetStream::Entity

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def consumers : Array(Consumer) #

[View source]
def each(&) #
Description copied from module Enumerable(NATS::JetStream::Consumer)

Must yield this collection's elements to the block.


[View source]
def limit : Int64 #

[View source]
def offset : Int64 #

[View source]
def total : Int64 #

[View source]