Uses of Annotation Interface
org.a2aproject.sdk.server.PublicAgentCard
Packages that use PublicAgentCard
Package
Description
Quarkus gRPC reference implementation for the A2A protocol.
JSON-RPC transport handler implementations for the A2A protocol.
REST transport handler implementations for the A2A protocol.
-
Uses of PublicAgentCard in org.a2aproject.sdk.compat03.server.grpc.quarkus
Constructor parameters in org.a2aproject.sdk.compat03.server.grpc.quarkus with annotations of type PublicAgentCardModifierConstructorDescriptionQuarkusGrpcHandler_v0_3(AgentCard_v0_3 agentCard, Convert_v0_3_To10RequestHandler requestHandler, jakarta.enterprise.inject.Instance<CallContextFactory_v0_3> callContextFactoryInstance, Executor executor) -
Uses of PublicAgentCard in org.a2aproject.sdk.compat03.tck.server
Methods in org.a2aproject.sdk.compat03.tck.server with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.compat03.transport.jsonrpc.handler
Constructor parameters in org.a2aproject.sdk.compat03.transport.jsonrpc.handler with annotations of type PublicAgentCardModifierConstructorDescriptionJSONRPCHandler_v0_3(AgentCard_v0_3 agentCard, jakarta.enterprise.inject.Instance<AgentCard_v0_3> extendedAgentCard, Executor executor, Convert_v0_3_To10RequestHandler requestHandler) JSONRPCHandler_v0_3(AgentCard_v0_3 agentCard, Executor executor, Convert_v0_3_To10RequestHandler requestHandler) -
Uses of PublicAgentCard in org.a2aproject.sdk.compat03.transport.rest.handler
Constructor parameters in org.a2aproject.sdk.compat03.transport.rest.handler with annotations of type PublicAgentCardModifierConstructorDescriptionRestHandler_v0_3(AgentCard_v0_3 agentCard, jakarta.enterprise.inject.Instance<AgentCard_v0_3> extendedAgentCard, Executor executor, Convert_v0_3_To10RequestHandler requestHandler) -
Uses of PublicAgentCard in org.a2aproject.sdk.examples.cloud
Methods in org.a2aproject.sdk.examples.cloud with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.examples.helloworld
Methods in org.a2aproject.sdk.examples.helloworld with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.extras.opentelemetry.it
Methods in org.a2aproject.sdk.extras.opentelemetry.it with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1
Methods in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app1 with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2
Methods in org.a2aproject.sdk.extras.queuemanager.replicated.tests.multiinstance.app2 with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.itk
Methods in org.a2aproject.sdk.itk with annotations of type PublicAgentCardModifier and TypeMethodDescriptionAgentCardProducer.agentCard()AgentCardProducer.agentCard_v0_3() -
Uses of PublicAgentCard in org.a2aproject.sdk.server.common.quarkus
Methods in org.a2aproject.sdk.server.common.quarkus with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.server.grpc.quarkus
Constructor parameters in org.a2aproject.sdk.server.grpc.quarkus with annotations of type PublicAgentCardModifierConstructorDescriptionQuarkusGrpcHandler(AgentCard agentCard, jakarta.enterprise.inject.Instance<AgentCard> extendedAgentCard, RequestHandler requestHandler, jakarta.enterprise.inject.Instance<CallContextFactory> callContextFactoryInstance, Executor executor) Constructs a new QuarkusGrpcHandler with CDI-injected dependencies. -
Uses of PublicAgentCard in org.a2aproject.sdk.sut
Methods in org.a2aproject.sdk.sut with annotations of type PublicAgentCard -
Uses of PublicAgentCard in org.a2aproject.sdk.transport.jsonrpc.handler
Constructor parameters in org.a2aproject.sdk.transport.jsonrpc.handler with annotations of type PublicAgentCardModifierConstructorDescriptionJSONRPCHandler(AgentCard agentCard, @Nullable jakarta.enterprise.inject.Instance<AgentCard> extendedAgentCard, RequestHandler requestHandler, Executor executor) Creates a JSON-RPC handler with full CDI injection support.JSONRPCHandler(AgentCard agentCard, RequestHandler requestHandler, Executor executor) Creates a JSON-RPC handler with basic dependencies. -
Uses of PublicAgentCard in org.a2aproject.sdk.transport.rest.handler
Constructor parameters in org.a2aproject.sdk.transport.rest.handler with annotations of type PublicAgentCardModifierConstructorDescriptionRestHandler(AgentCard agentCard, jakarta.enterprise.inject.Instance<AgentCard> extendedAgentCard, AgentCardCacheMetadata cacheMetadata, RequestHandler requestHandler, Executor executor) Creates a REST handler with full CDI injection support.