ProjectedNotifierFilter
class ProjectedNotifierFilter(commandWaitNotifier: CommandWaitNotifier) : AbstractNotifierFilter<DomainEventExchange<Any>, DomainEvent<*>>
Filter that notifies wait plans when projections are updated. Intercepts the projection dispatcher pipeline to send PROJECTED stage notifications.
Parameters
commandWaitNotifier
The notifier for sending wait signals.