Current section
Files
Jump to
Current section
Files
include/eventsourcing_AggregateContext.hrl
-record(aggregate_context, {
aggregate_id :: binary(),
aggregate :: eventsourcing:aggregate(any(), any(), any(), any()),
sequence :: integer()
}).