Current section
Files
Jump to
Current section
Files
include/eventsourcing_SerializedEventEnvelop.hrl
-record(serialized_event_envelop, {
aggregate_id :: binary(),
sequence :: integer(),
payload :: any(),
event_type :: binary(),
event_version :: binary(),
aggregate_type :: binary()
}).