CommandExchange

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

See also

Inheritors