ArgForInstanceEvent

data class ArgForInstanceEvent<T : Any, P, C : KlerkContext, V>(val model: Model<T>, val command: Command<T, P>, val context: C, val reader: Reader<C, V>)

Parameters

model

The model as it is in the un-committed state. I.e. the model you see may differ from the model as it was before the current processing (of an event or time-trigger).

Constructors

Link copied to clipboard
constructor(model: Model<T>, command: Command<T, P>, context: C, reader: Reader<C, V>)

Properties

Link copied to clipboard
Link copied to clipboard
val context: C
Link copied to clipboard
val model: Model<T>
Link copied to clipboard
val reader: Reader<C, V>