Current section

Files

Jump to
eventsourcing include eventsourcing_ExecuteCommandWithResponse.hrl
Raw

include/eventsourcing_ExecuteCommandWithResponse.hrl

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