StrategyCompletedHandler

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

Functions

Link copied to clipboard
abstract suspend fun handle(context: StrategyCompletedContext)

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