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
Functions
Link copied to clipboard
Receives messages for the specified subscription.
Link copied to clipboard
Creates a single message source with an explicit transport readiness boundary.
Link copied to clipboard
open fun runtimeReceiver(subscription: MessageSubscription): MessageReceiver<ServerCommandExchange<*>>
Creates the message source owned by a me.ahoo.wow.runtime.WowRuntime dispatcher.
Link copied to clipboard
Sends a message through the message bus.