OutgoingContextUpdate

data class OutgoingContextUpdate(updates: Map<Session.Context.Key<Any>, OutgoingContextUpdate.Modification<Any>>)

Types

Modification
Link copied to clipboard
common
sealed class Modification<VALUE>

Properties

updates
Link copied to clipboard
common