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 thecreationRequestrecord component.Methods in com.javaaidev.agenticpatterns.parallelizationworkflow with parameters of type SubtaskCreationRequestModifier and TypeMethodDescriptionstatic <Request> SubtaskContext<Request> SubtaskContext.create(SubtaskCreationRequest<Request> creationRequest) Method parameters in com.javaaidev.agenticpatterns.parallelizationworkflow with type arguments of type SubtaskCreationRequestModifier and TypeMethodDescriptionParallelizationWorkflow.Builder.subtasksCreator(Function<Request, List<SubtaskCreationRequest<Request>>> subtasksCreator) Constructors in com.javaaidev.agenticpatterns.parallelizationworkflow with parameters of type SubtaskCreationRequestModifierConstructorDescriptionSubtaskContext(SubtaskCreationRequest<Request> creationRequest, @Nullable SubtaskExecutionContext executionContext) Creates an instance of aSubtaskContextrecord class.Constructor parameters in com.javaaidev.agenticpatterns.parallelizationworkflow with type arguments of type SubtaskCreationRequestModifierConstructorDescriptionParallelizationWorkflow(List<SubtaskContext> subtasks, ResponseAssembler<Request, Response> responseAssembler, @Nullable Function<Request, List<SubtaskCreationRequest<Request>>> subtasksCreator, @Nullable Duration maxTaskExecutionDuration, @Nullable ExecutorService taskExecutorService, @Nullable String name, @Nullable io.micrometer.observation.ObservationRegistry observationRegistry)