FlowMapStreamEvent
An event emitted by MapFlow.asFlowWithState.
Inheritors
Types
Link copied to clipboard
Emitted when the map is cleared.
Link copied to clipboard
value class EventUpdate<K : Any, V : Any>(val event: MapEvent.EntryEvent<K, V>) : FlowMapStreamEvent<K, V>
Emitted for subsequent updates, containing only the delta (event).
Link copied to clipboard