LocalDomainEventBus
interface LocalDomainEventBus : DomainEventBus, LocalMessageBus<DomainEventStream, EventStreamExchange>
Local Domain Event Bus interface for in-process event handling.
This interface extends DomainEventBus and LocalMessageBus to provide event bus functionality within the same process or JVM instance.
See also
Inheritors
Functions
Link copied to clipboard
Wraps a LocalDomainEventBus with metrics collection capabilities. Returns a MetricLocalDomainEventBus that collects metrics on domain event operations.
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
Creates the message source owned by a me.ahoo.wow.runtime.WowRuntime dispatcher.
Link copied to clipboard
Sends a message through the message bus.
Link copied to clipboard
Attempts local delivery only while a processing subscriber is routable.
Link copied to clipboard
Returns the number of subscribers for the specified named aggregate.