Interface View<STATE,EVENT>
- Type Parameters:
EVENT- The type of Events that can be applied in theStateEvolver.applyEvent(Object, Object)STATE- The type of projection/viewSTATEthatStateEvolver.applyEvent(Object, Object)supports
- All Superinterfaces:
InitialStateProvider<STATE>,StateEvolver<STATE,EVENT>
Variant of the Event Sourced Projection/View concept
-
Method Summary
Methods inherited from interface dk.cloudcreate.essentials.components.eventsourced.aggregates.decider.InitialStateProvider
initialStateMethods inherited from interface dk.cloudcreate.essentials.components.eventsourced.aggregates.decider.StateEvolver
applyEvent