Class DefaultA2AClientBuilder<T>
java.lang.Object
dev.langchain4j.agentic.a2a.DefaultA2AClientBuilder<T>
- All Implemented Interfaces:
A2AClientBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionafterAgentInvocation(Consumer<AgentResponse> afterListener) async(boolean async) beforeAgentInvocation(Consumer<AgentRequest> beforeListener) build()inputNames(String... inputNames) outputName(String outputName)
-
Method Details
-
build
- Specified by:
buildin interfaceA2AClientBuilder<T>
-
inputNames
- Specified by:
inputNamesin interfaceA2AClientBuilder<T>
-
outputName
- Specified by:
outputNamein interfaceA2AClientBuilder<T>
-
async
- Specified by:
asyncin interfaceA2AClientBuilder<T>
-
beforeAgentInvocation
- Specified by:
beforeAgentInvocationin interfaceA2AClientBuilder<T>
-
afterAgentInvocation
- Specified by:
afterAgentInvocationin interfaceA2AClientBuilder<T>
-