Uses of Class
org.a2aproject.sdk.server.AgentCardCacheMetadata
Packages that use AgentCardCacheMetadata
Package
Description
REST transport handler implementations for the A2A protocol.
-
Uses of AgentCardCacheMetadata in org.a2aproject.sdk.transport.rest.handler
Constructors in org.a2aproject.sdk.transport.rest.handler with parameters of type AgentCardCacheMetadataModifierConstructorDescriptionRestHandler(AgentCard agentCard, jakarta.enterprise.inject.Instance<AgentCard> extendedAgentCard, AgentCardCacheMetadata cacheMetadata, RequestHandler requestHandler, Executor executor) Creates a REST handler with full CDI injection support.RestHandler(AgentCard agentCard, AgentCardCacheMetadata cacheMetadata, RequestHandler requestHandler, Executor executor) Creates a REST handler with basic dependencies.