ServerCommandExchange
Server-side command exchange interface for commands being processed by the server.
This interface provides access to command processing context, including the aggregate processor, command results, event streams, and error information. It allows processors to store and retrieve data throughout the command handling pipeline.
Parameters
the type of the command
See also
Inheritors
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.