Interface IStrategyProviderExtension
public interface IStrategyProviderExtension
Defines the contract for extensions that provide strategies. Implementations of this interface
are responsible for generating a list of strategies (
IStrategy) based on telemetry data at a specific time.-
Method Summary
-
Method Details
-
generate
Generates and returns a list of strategies (IStrategy) based on the provided telemetry data and strategy time.- Parameters:
telemetryManager- TheTelemetryManagerproviding access to telemetry data and metrics.strategyTime- ALongvalue representing the time at which the strategies need to be applied.- Returns:
- A
ListofIStrategyinstances that have been generated based on the telemetry data and strategy time.
-