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.

Constructors

Link copied to clipboard
constructor(serviceProvider: ServiceProvider)

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.