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
Type Parameters
SOURCE
the type of the command exchange source
C
the type of the command