MemoryTable.getItemSequence()method
getItemSequence(id: I): AsyncIterable<OptionalItem<I, T>>
Subscribe to all changes for this item key.
- Emits the current item immediately, including
undefinedwhen absent. - Wakes on every table change, but only yields when this item's value actually changed.