StrategyFinishedHandler

Functional interface representing a handler invoked when a strategy execution is finished.

Parameters

TFeature

The type of the feature tied to the strategy.

Functions

Link copied to clipboard
abstract suspend fun handle(context: StrategyFinishContext<TFeature>)

Handles the completion of a strategy update process by processing the given result and its related context.