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