EventUpdate
value class EventUpdate<K : Any, V : Any>(val event: MapEvent.EntryEvent<K, V>) : FlowMapStreamEvent<K, V> (source)
Emitted for subsequent updates, containing only the delta (event).
Emitted for subsequent updates, containing only the delta (event).