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:
build
in interfaceA2AClientBuilder<T>
-
inputNames
- Specified by:
inputNames
in interfaceA2AClientBuilder<T>
-
outputName
- Specified by:
outputName
in interfaceA2AClientBuilder<T>
-
async
- Specified by:
async
in interfaceA2AClientBuilder<T>
-
beforeAgentInvocation
- Specified by:
beforeAgentInvocation
in interfaceA2AClientBuilder<T>
-
afterAgentInvocation
- Specified by:
afterAgentInvocation
in interfaceA2AClientBuilder<T>
-