struct NATS::KV::Watch::Iterator
- NATS::KV::Watch::Iterator
- Struct
- Value
- Object
Included Modules
- Iterator(NATS::KV::Entry)
Defined in:
kv.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(NATS::KV::Entry)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.