Current section
Files
Jump to
Current section
Files
include/eventsourcing_AggregateStats.hrl
-record(aggregate_stats, {
aggregate_id :: binary(),
event_count :: integer(),
current_sequence :: integer(),
has_snapshot :: boolean()
}).