class NATS::KV::Watch
- NATS::KV::Watch
- Reference
- Object
Included Modules
- Enumerable(NATS::KV::Entry)
- Iterable(NATS::KV::Entry)
Defined in:
kv.crConstructors
Instance Method Summary
-
#each
Must return an
Iterator
over the elements in this collection. -
#each(&)
Must yield this collection's elements to the block.
- #stop
Constructor Detail
def self.new(bucket : String, key : String, nats : NATS::Client, consumer : JetStream::Consumer, ignore_deletes : Bool)
#
Instance Method Detail
def each
#
Description copied from module Iterable(NATS::KV::Entry)
Must return an Iterator
over the elements in this collection.
def each(&)
#
Description copied from module Enumerable(NATS::KV::Entry)
Must yield this collection's elements to the block.