Package dk.cloudcreate.essentials.components.eventsourced.aggregates
-
Interface Summary Interface Description Aggregate<ID,AGGREGATE_TYPE extends Aggregate<ID,AGGREGATE_TYPE>> Common interface that all concrete (classical)Aggregate's must implement. -
Class Summary Class Description EventsToPersist<ID,EVENT_TYPE> Wrapper object that captures the results of any command handling (e.g. -
Exception Summary Exception Description AggregateException OptimisticAggregateLoadException -
Annotation Types Summary Annotation Type Description EventHandler Methods annotated with this Annotation will automatically be called when an event is being applied or rehydrated on to anAggregateinstance