Package dk.cloudcreate.essentials.components.eventsourced.aggregates
package dk.cloudcreate.essentials.components.eventsourced.aggregates
-
ClassDescriptionCommon interface that all concrete (classical)
Aggregate's must implement.Methods annotated with this Annotation will automatically be called when an event is being applied or rehydrated on to anAggregateinstanceEventsToPersist<ID,EVENT_TYPE> Wrapper object that captures the results of any command handling (e.g.