Current section
Files
Jump to
Current section
Files
include/eventsourcing_ProcessEvents.hrl
-record(process_events, {
aggregate_id :: binary(),
events :: list(eventsourcing:event_envelop(any()))
}).