Package-level declarations
Types
Default implementation of ProjectionHandler that uses a filter chain for processing. This handler applies a series of filters to domain event exchanges and handles errors gracefully.
Dispatcher for projections that handles domain events and coordinates projection processing. This dispatcher extends AbstractEventDispatcher to provide event-driven processing for projections that transform domain events into read models or perform side effects.
Filter for projection functions that applies to ProjectionDispatcher. This filter extends DomainEventFunctionFilter to provide filtering capabilities specific to projection processing.
Registrar for projection functions that creates message functions from processors annotated with projection metadata.
Handler interface for projections that processes domain events. Implementations of this interface handle the execution of projection logic in response to domain events.