StrategyStartedHandler

A functional interface for handling start events of an AI agent strategy.

Parameters

FeatureT

The type of feature associated with the strategy.

Functions

Link copied to clipboard
abstract suspend fun handle(context: StrategyStartContext<FeatureT>)

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