Package com.aispect.api
Interface AiGraphStartHook
- All Known Subinterfaces:
AiGraphAgentHandler<T,R, F>
- All Known Implementing Classes:
AbstractGraphAgent,DynamicWorkflowGraphAgent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface before the graph task sequence starts.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonGraphStart(AiInvocationContext<?> ctx) Triggered before the graph task sequence starts executing.
-
Method Details
-
onGraphStart
Triggered before the graph task sequence starts executing.- Parameters:
ctx- current execution context
-