Current section

Files

Jump to
eventsourcing include eventsourcing_LoadAggregate.hrl
Raw

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())})
}).