ProcessedNotifierFilter
class ProcessedNotifierFilter(commandWaitNotifier: CommandWaitNotifier) : CommandFilter, AbstractNotifierFilter<ServerCommandExchange<*>, CommandMessage<*>>
Filter that notifies wait plans when command processing is complete. Intercepts the command dispatcher pipeline to send PROCESSED stage notifications.
Parameters
commandWaitNotifier
The notifier for sending wait signals.