LocalCommandBus
Local Command Bus interface for handling commands within the same JVM instance.
This interface extends both CommandBus and LocalMessageBus, providing synchronous command processing capabilities within a single application instance. Commands are processed locally without network communication.
See also
Inheritors
Properties
Functions
Wraps a LocalCommandBus with metrics collection capabilities. Returns a MetricLocalCommandBus that collects metrics on command operations.
Receives messages for the specified subscription.
Creates a single message source with an explicit transport readiness boundary.
Creates the message source owned by a me.ahoo.wow.runtime.WowRuntime dispatcher.
Sends a message through the message bus.
Attempts local delivery only while a processing subscriber is routable.
Returns the number of subscribers for the specified named aggregate.