ProjectionFunctionFilter
Filter for projection functions that applies to ProjectionDispatcher. This filter extends DomainEventFunctionFilter to provide filtering capabilities specific to projection processing.
Parameters
serviceProvider
The service provider for dependency injection.
Functions
Link copied to clipboard
open override fun filter(exchange: DomainEventExchange<*>, next: FilterChain<DomainEventExchange<*>>): Mono<Void>
Filters the domain event exchange by invoking the registered event function.