EventHandledNotifierFilter
class EventHandledNotifierFilter(commandWaitNotifier: CommandWaitNotifier) : AbstractNotifierFilter<DomainEventExchange<Any>, DomainEvent<*>>
Filter that notifies wait plans when domain events are handled by event processors. Intercepts the domain event dispatcher pipeline to send EVENT_HANDLED stage notifications.
Parameters
commandWaitNotifier
The notifier for sending wait signals.