SagaHandledNotifierFilter

Filter that notifies wait plans when domain events are handled by sagas. Intercepts the stateless saga dispatcher pipeline to send SAGA_HANDLED stage notifications.

Parameters

commandWaitNotifier

The notifier for sending wait signals.

Constructors

Link copied to clipboard
constructor(commandWaitNotifier: CommandWaitNotifier)