GraphStrategyStartingEvent
constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, strategyName: String, graph: StrategyEventGraph, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
constructor(runId: String, strategyName: String, graph: StrategyEventGraph, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)
Deprecated
Use constructor with executionInfo parameter
Replace with
GraphStrategyStartingEvent(executionInfo, runId, strategyName, graph, timestamp)Content copied to clipboard