Current section
Files
Jump to
Current section
Files
include/eventsourcing_LoadAggregate.hrl
-record(load_aggregate, {
aggregate_id :: binary(),
reply_to :: gleam@erlang@process:subject({ok,
eventsourcing:aggregate(any(), any(), any(), any())} |
{error, eventsourcing:event_sourcing_error(any())})
}).