struct NATS::JetStream::API::V1::StreamListResponse

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 each(&) #
Description copied from module Enumerable(NATS::JetStream::API::V1::Stream)

Must yield this collection's elements to the block.


[View source]
def limit : Int64 #

[View source]
def offset : Int64 #

[View source]
def streams : Array(Stream) #

[View source]
def total : Int64 #

[View source]