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.
Type Parameters
the type of the command
See also
Inheritors
Functions
Clears the current error object.
Confirms that this receiver synchronously admitted the local exchange.
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.
Rejects local-only suppression when this exchange is filtered or cannot be admitted. The distributed copy then remains eligible for processing.
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.