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
open override val topicKind: TopicKind

The topic kind for command messages.

Functions

Link copied to clipboard