strategyFinishedHandler

A handler for processing the completion of a strategy within the context of a feature update.

This variable delegates strategy completion events to a custom implementation defined by the StrategyFinishedHandler functional interface. It is invoked when a strategy processing is finalized, providing the necessary context and the result of the operation.

You can customize the behavior of this handler by assigning an instance of StrategyFinishedHandler that defines how the completion logic should be handled.

See also