Uses of Interface
dev.langchain4j.agentic.internal.A2AClientBuilder
Packages that use A2AClientBuilder
Package
Description
-
Uses of A2AClientBuilder in dev.langchain4j.agentic
Methods in dev.langchain4j.agentic that return A2AClientBuilderModifier and TypeMethodDescriptionstatic A2AClientBuilder<UntypedAgent> AgenticServices.a2aBuilder(String a2aServerUrl) Creates a builder for an A2A client that can be used to interact with agents over the A2A protocol.static <T> A2AClientBuilder<T> AgenticServices.a2aBuilder(String a2aServerUrl, Class<T> agentServiceClass) Creates a builder for an A2A client that can be used to interact with agents over the A2A protocol. -
Uses of A2AClientBuilder in dev.langchain4j.agentic.a2a
Classes in dev.langchain4j.agentic.a2a that implement A2AClientBuilderMethods in dev.langchain4j.agentic.a2a that return A2AClientBuilderModifier and TypeMethodDescription<T> A2AClientBuilder<T> DefaultA2AService.a2aBuilder(String a2aServerUrl, Class<T> agentServiceClass) -
Uses of A2AClientBuilder in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal that return A2AClientBuilderModifier and TypeMethodDescription<T> A2AClientBuilder<T> A2AService.a2aBuilder(String a2aServerUrl, Class<T> agentServiceClass) <T> A2AClientBuilder<T> A2AService.DummyA2AService.a2aBuilder(String a2aServerUrl, Class<T> agentServiceClass) A2AClientBuilder.async(boolean async) Sets whether the agent should be invoked asynchronously, allowing the workflow to continue without waiting for the agent's result.A2AClientBuilder.clientCustomizer(Consumer<?> clientCustomizer) Sets a customizer that will be applied to the underlying a2a-java SDKClientBuilderbefore theClientis constructed.Sets the state keys whose values will be sent as message parts to the remote agent.A2AClientBuilder.listener(AgentListener agentListener) Sets anAgentListenerfor observing agent invocations.Sets the state key under which the agent's response will be stored.