Class ParallelMapperServiceImpl<T>
java.lang.Object
dev.langchain4j.agentic.internal.AbstractServiceBuilder<T, ParallelMapperService<T>>
dev.langchain4j.agentic.workflow.impl.ParallelMapperServiceImpl<T>
- All Implemented Interfaces:
AgenticService<ParallelMapperService<T>, T>, ParallelMapperService<T>
public class ParallelMapperServiceImpl<T>
extends AbstractServiceBuilder<T, ParallelMapperService<T>>
implements ParallelMapperService<T>
-
Field Summary
FieldsFields inherited from class AbstractServiceBuilder
agenticMethod, agentListener, agentServiceClass, beforeCall, description, errorHandler, executor, name, output, outputKey, subagents -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()builder()static <T> ParallelMapperServiceImpl<T> itemsProvider(String itemsProvider) Methods inherited from class AbstractServiceBuilder
beforeCall, build, build, description, errorHandler, executor, listener, name, output, outputKey, outputKey, subAgents, subAgentsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AgenticService
beforeCall, description, errorHandler, listener, name, output, outputKey, outputKey, subAgents, subAgentsMethods inherited from interface ParallelMapperService
executor
-
Field Details
-
SERVICE_TYPE
- See Also:
-
-
Constructor Details
-
ParallelMapperServiceImpl
-
-
Method Details
-
itemsProvider
- Specified by:
itemsProviderin interfaceParallelMapperService<T>
-
build
- Specified by:
buildin interfaceAgenticService<ParallelMapperService<T>, T>
-
builder
-
builder
-
serviceType
- Specified by:
serviceTypein classAbstractServiceBuilder<T, ParallelMapperService<T>>
-