DefaultDomainEventHandler
constructor(chain: FilterChain<DomainEventExchange<*>>, errorHandler: ErrorHandler<DomainEventExchange<*>> = LogResumeErrorHandler())
Parameters
chain
The filter chain to process domain events
errorHandler
The error handler for processing failures (default: LogResumeErrorHandler)