CommandBus
Command Bus interface for handling command messages in the CQRS architecture.
The Command Bus is responsible for routing command messages to their appropriate handlers. It acts as a central hub for command processing, supporting both local and distributed command handling scenarios.
Author
ahoo wang