DomainEventDistributionSubscriber
inner class DomainEventDistributionSubscriber : SafeSubscriber<GroupedFlux<MaterializedNamedAggregate, EventStreamExchange>>
Subscriber that distributes domain events to aggregate-specific dispatchers.
This inner class handles grouped fluxes of domain event streams, creating and starting an aggregate 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 event streams for a specific aggregate.
Link copied to clipboard
open fun safeOnNextError(value: GroupedFlux<MaterializedNamedAggregate, EventStreamExchange>, throwable: Throwable)
Handles errors that occur during message processing.