StrategyStartingHandler

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

Functions

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

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