Current section

Files

Jump to
eventsourcing include eventsourcing_LoadEvents.hrl
Raw

include/eventsourcing_LoadEvents.hrl

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