Uses of Record Class
com.javaaidev.agenticpatterns.parallelizationworkflow.SubtaskExecutionContext
-
Uses of SubtaskExecutionContext in com.javaaidev.agenticpatterns.parallelizationworkflow
Methods in com.javaaidev.agenticpatterns.parallelizationworkflow that return SubtaskExecutionContextModifier and TypeMethodDescriptionSubtaskExecutionContext.collectResult()
@Nullable SubtaskExecutionContext
SubtaskContext.executionContext()
Returns the value of theexecutionContext
record component.Constructors in com.javaaidev.agenticpatterns.parallelizationworkflow with parameters of type SubtaskExecutionContextModifierConstructorDescriptionSubtaskContext
(SubtaskCreationRequest<Request> creationRequest, @Nullable SubtaskExecutionContext executionContext) Creates an instance of aSubtaskContext
record class.