Current section
Files
Jump to
Current section
Files
include/eventsourcing_Snapshot.hrl
-record(snapshot, {
aggregate_id :: binary(),
entity :: any(),
sequence :: integer(),
timestamp :: integer()
}).