ProcessingStageShouldNotifyPredicate

Functional interface for defining predicate logic to determine whether notification should be sent during processing stages. Used by wait strategies to decide if they should be notified about command processing progress at specific stages.

Inheritors

Functions

Link copied to clipboard
abstract fun shouldNotify(processingStage: CommandStage): Boolean

Evaluates whether notification is required for the given processing stage. This allows wait strategies to filter notifications based on their waiting criteria.