DistributedDomainEventBus
interface DistributedDomainEventBus : DomainEventBus, DistributedMessageBus<DomainEventStream, EventStreamExchange>
Distributed Domain Event Bus interface for cross-process event handling.
This interface extends DomainEventBus and DistributedMessageBus to provide event bus functionality across multiple processes or services.
See also
Inheritors
Functions
Link copied to clipboard
Wraps a DistributedDomainEventBus with metrics collection capabilities. Returns a MetricDistributedDomainEventBus that collects metrics on domain event operations.
Link copied to clipboard
Receives messages for the specified named aggregates.
Link copied to clipboard
Sends a message through the message bus.