struct NATS::JetStream::API::V1::ConsumerListResponse

Included Modules

Defined in:

jetstream.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct NATS::JetStream::API::Message

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::API::V1::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]