Current section
Files
Jump to
Current section
Files
include/eventsourcing_Aggregate.hrl
-record(aggregate, {
entity :: any(),
handle :: fun((any(), any()) -> {ok, list(any())} | {error, any()}),
apply :: fun((any(), any()) -> any())
}).