handle

abstract suspend fun handle(context: StrategyStartContext<FeatureT>)(source)

Handles the processing of a strategy update within a specified context.

Parameters

context

The context for the strategy update, encapsulating the strategy, run identifier, and feature associated with the handling process.