Uses of Record Class
io.a2a.spec.AgentInterface
Packages that use AgentInterface
Package
Description
JSON processing exceptions for the A2A Java SDK.
Utility classes and helpers for the A2A Java SDK.
-
Uses of AgentInterface in io.a2a.spec
Methods in io.a2a.spec that return types with arguments of type AgentInterfaceModifier and TypeMethodDescriptionAgentCard.supportedInterfaces()Returns the value of thesupportedInterfacesrecord component.Method parameters in io.a2a.spec with type arguments of type AgentInterfaceModifier and TypeMethodDescriptionAgentCard.Builder.supportedInterfaces(List<AgentInterface> supportedInterfaces) Sets the ordered list of supported protocol interfaces (first entry is preferred). -
Uses of AgentInterface in io.a2a.util
Methods in io.a2a.util that return AgentInterfaceModifier and TypeMethodDescriptionstatic AgentInterfaceUtils.getFavoriteInterface(AgentCard agentCard) Get the first defined URL in the supported interaces of the agent card.Methods in io.a2a.util with parameters of type AgentInterfaceModifier and TypeMethodDescriptionstatic StringUtils.buildBaseUrl(AgentInterface agentInterface, @Nullable String tenant) Builds a base URL for A2A operations by combining the agent's URL with a tenant path.