Current section
Files
Jump to
Current section
Files
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())})
}).