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