struct NATS::JetStream::StreamListResponse
- NATS::JetStream::StreamListResponse
- NATS::JetStream::Entity
- Struct
- Value
- Object
Included Modules
- Enumerable(NATS::JetStream::Stream)
Defined in:
jetstream/stream_list_response.crConstructors
- .new(js : JetStream::Client, json : JSON::PullParser, subject : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#each(&block : Stream -> ) : Nil
Must yield this collection's elements to the block.
- #limit : Int64
- #offset : Int64
- #streams : Array(Stream)
- #total : Int64
Constructor methods inherited from struct NATS::JetStream::Entity
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
Description copied from module Enumerable(NATS::JetStream::Stream)
Must yield this collection's elements to the block.