class NATS::KV::Watch

Included Modules

Defined in:

kv.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bucket : String, key : String, nats : NATS::Client, consumer : JetStream::Consumer, ignore_deletes : Bool) #

[View source]

Instance Method Detail

def each #
Description copied from module Iterable(NATS::KV::Entry)

Must return an Iterator over the elements in this collection.


[View source]
def each(&) #
Description copied from module Enumerable(NATS::KV::Entry)

Must yield this collection's elements to the block.


[View source]
def stop #

[View source]