Interface A2AClientBuilder<T>
public interface A2AClientBuilder<T>
-
Method Summary
Modifier and TypeMethodDescriptionafterAgentInvocation(Consumer<AgentResponse> completionListener) async(boolean async) beforeAgentInvocation(Consumer<AgentRequest> invocationListener) build()inputNames(String... inputNames) outputName(String outputName)
-
Method Details
-
inputNames
-
outputName
-
async
-
beforeAgentInvocation
-
afterAgentInvocation
-
build
T build()
-