CommandExchange
interface CommandExchange<SOURCE : CommandExchange<SOURCE, C>, C : Any> : MessageExchange<SOURCE, CommandMessage<C>>
Base interface for command exchanges that facilitate message passing during command processing.
Command exchanges provide a context for command handling, allowing processors to access and modify command-related data throughout the processing pipeline.
Author
ahoo wang
Parameters
SOURCE
the type of the command exchange source
C
the type of the command
See also
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Clears the current error object.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard