CommandResult
Represents the result of a command execution, containing all relevant information about the command processing outcome.
CommandResult encapsulates the state of command processing at a specific stage, including success/failure status, aggregate version changes, and any additional result data.
See also
Constructors
Properties
the aggregate instance identifier
the aggregate name
the aggregate version after command processing: - On success: the version after processing - On gateway validation failure: null - On processor execution failure: current aggregate version
list of binding validation errors
the bounded context name
information about the function that processed the command
timestamp when this result was generated
the current processing stage of the command
the command ID being waited on
Functions
Gets the context alias prefix for this bounded context.