SimpleServerCommandExchange
Simple implementation of ServerCommandExchange.
This class provides a basic implementation of the server command exchange, storing the command message and any additional attributes for command processing.
Parameters
the type of the command
the command message being processed
mutable map for storing additional exchange data
See also
Functions
Clears the current error object.
Gets the aggregate processor responsible for handling this command.
Gets the result of invoking the command on the aggregate.
Gets the event stream generated by the command execution.
Sets the aggregate processor responsible for handling this command.
Sets the version of the aggregate after command processing.
Sets the result of invoking the command on the aggregate.
Sets the event stream generated by the command execution.