Uses of Record Class
com.javaaidev.agenticpatterns.parallelizationworkflow.SubtaskCreationRequest
-
Uses of SubtaskCreationRequest in com.javaaidev.agenticpatterns.parallelizationworkflow
Methods in com.javaaidev.agenticpatterns.parallelizationworkflow that return SubtaskCreationRequestModifier and TypeMethodDescriptionSubtaskContext.creationRequest()
Returns the value of thecreationRequest
record component.Methods in com.javaaidev.agenticpatterns.parallelizationworkflow that return types with arguments of type SubtaskCreationRequestModifier and TypeMethodDescriptionprotected @Nullable List
<SubtaskCreationRequest<Request>> ParallelizationWorkflowAgent.createTasks
(@Nullable Request request) Create a list of subtasks from request.Methods in com.javaaidev.agenticpatterns.parallelizationworkflow with parameters of type SubtaskCreationRequestModifier and TypeMethodDescriptionstatic <Request> SubtaskContext
<Request> SubtaskContext.create
(SubtaskCreationRequest<Request> creationRequest) Constructors in com.javaaidev.agenticpatterns.parallelizationworkflow with parameters of type SubtaskCreationRequestModifierConstructorDescriptionSubtaskContext
(SubtaskCreationRequest<Request> creationRequest, @Nullable SubtaskExecutionContext executionContext) Creates an instance of aSubtaskContext
record class.