Uses of Record Class
com.javaaidev.agenticpatterns.parallelizationworkflow.SubtaskResult
-
Uses of SubtaskResult in com.javaaidev.agenticpatterns.parallelizationworkflow
Methods in com.javaaidev.agenticpatterns.parallelizationworkflow that return types with arguments of type SubtaskResultModifier and TypeMethodDescriptionTaskExecutionResults.results()
Returns the value of theresults
record component.Constructor parameters in com.javaaidev.agenticpatterns.parallelizationworkflow with type arguments of type SubtaskResultModifierConstructorDescriptionTaskExecutionResults
(Map<String, SubtaskResult> results) Creates an instance of aTaskExecutionResults
record class.