Current section

Files

Jump to
eventsourcing include eventsourcing_ExecuteCommand.hrl
Raw

include/eventsourcing_ExecuteCommand.hrl

-record(execute_command, {
aggregate_id :: binary(),
command :: any(),
metadata :: list({binary(), binary()})
}).