LocalStateEventBus
Local state event bus that handles message routing within the same JVM instance. Messages are processed synchronously without network communication.
Inheritors
Properties
Functions
Link copied to clipboard
Wraps a LocalStateEventBus with metrics collection capabilities. Returns a MetricLocalStateEventBus 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.
Link copied to clipboard
Returns the number of subscribers for the specified named aggregate.