Current section

Files

Jump to
eventsourcing include eventsourcing_LoadAllEvents.hrl
Raw

include/eventsourcing_LoadAllEvents.hrl

-record(load_all_events, {
aggregate_id :: binary(),
reply_to :: gleam@erlang@process:subject({ok,
list(eventsourcing:event_envelop(any()))} |
{error, eventsourcing:event_sourcing_error(any())})
}).