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
See also
Inheritors
Properties
Link copied to clipboard
The topic kind for command messages, always returns TopicKind.COMMAND