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 SubtaskExecutionContextSubtaskContext.executionContext()Returns the value of theexecutionContextrecord component.Constructors in com.javaaidev.agenticpatterns.parallelizationworkflow with parameters of type SubtaskExecutionContextModifierConstructorDescriptionSubtaskContext(SubtaskCreationRequest<Request> creationRequest, @Nullable SubtaskExecutionContext executionContext) Creates an instance of aSubtaskContextrecord class.