Current section
Files
Jump to
Current section
Files
include/eventsourcing_ExecuteCommand.hrl
-record(execute_command, {
aggregate_id :: binary(),
command :: any(),
metadata :: list({binary(), binary()})
}).