SnapshotNotifierFilter

@Order(value = -2147483648)
class SnapshotNotifierFilter(commandWaitNotifier: CommandWaitNotifier) : AbstractNotifierFilter<StateEventExchange<*>, StateEvent<*>>

Filter that notifies wait plans when aggregate snapshots are generated. Intercepts the snapshot dispatcher pipeline to send SNAPSHOT stage notifications.

Parameters

commandWaitNotifier

The notifier for sending wait signals.

Constructors

Link copied to clipboard
constructor(commandWaitNotifier: CommandWaitNotifier)