DomainEventBus
Domain Event Bus interface for publishing and subscribing to domain event streams.
This interface defines the contract for a message bus that handles domain event streams, ensuring ordered publication and processing of events per aggregate ID.
Key characteristics:
Ordered Publication: Events are published in order per aggregate ID
Ordered Processing: Events are processed in the order they were published
See also
Inheritors
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
Creates the message source owned by a me.ahoo.wow.runtime.WowRuntime dispatcher.
Link copied to clipboard
Sends a message through the message bus.