shouldNotify

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.

Return

true if notification should be sent for this stage, false otherwise.

Parameters

processingStage

The command processing stage being evaluated.