DistributedStateEventBus
interface DistributedStateEventBus : StateEventBus, DistributedMessageBus<StateEvent<*>, StateEventExchange<*>>
Distributed state event bus that handles message routing across multiple instances or services. Messages are published to a distributed messaging system for cross-instance communication.
Inheritors
Properties
Functions
Link copied to clipboard
Wraps a DistributedStateEventBus with metrics collection capabilities. Returns a MetricDistributedStateEventBus that collects metrics on state event operations.
Link copied to clipboard
Receives messages for the specified named aggregates.
Link copied to clipboard
Sends a message through the message bus.