StateEventDistributionSubscriber
inner class StateEventDistributionSubscriber : SafeSubscriber<GroupedFlux<MaterializedNamedAggregate, StateEventExchange<*>>>
Subscriber that distributes state events to aggregate-specific dispatchers.
This inner class handles grouped fluxes of state events, creating and starting an aggregate state event dispatcher for each named aggregate.
See also
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Processes a grouped flux of state events for a specific aggregate.
Link copied to clipboard
open fun safeOnNextError(value: GroupedFlux<MaterializedNamedAggregate, StateEventExchange<*>>, throwable: Throwable)
Handles errors that occur during message processing.