StatelessSagaFunctionFilter
Filter for stateless saga functions that applies to StatelessSagaDispatcher. This filter extends DomainEventFunctionFilter to provide filtering capabilities specific to stateless saga 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.