Current section

Files

Jump to
eventsourcing include eventsourcing_LoadLatestSnapshot.hrl
Raw

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