Arg For Instance Event
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).