struct NATS::JetStream::StreamListResponse

Included Modules

Defined in:

jetstream/stream_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(js : JetStream::Client, json : JSON::PullParser, subject : String | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def each(&block : Stream -> ) : Nil #
Description copied from module Enumerable(NATS::JetStream::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]