KvsStream
interface KvsStream
Internal contract for reactive (Flow-based) read operations on a key-value store.
This interface is part of the KvsStorage internal API. It is NOT intended for direct use by library consumers. Stability is NOT guaranteed across versions.
Each method returns a cold Flow that emits the current value immediately on collection and subsequently emits a new value whenever the underlying entry changes.