struct NATS::JetStream::API::V1::StreamListResponse
Included Modules
- Enumerable(NATS::JetStream::API::V1::Stream)
Defined in:
jetstream.crConstructors
Instance Method Summary
-
#each(&)
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::API::Message
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
def each(&)
#
Description copied from module Enumerable(NATS::JetStream::API::V1::Stream)
Must yield this collection's elements to the block.