Class A2AEndpointRegistrar
-
- All Implemented Interfaces:
@Component()@Profile(value = {"a2a"}) public final class A2AEndpointRegistrarRegisters A2A endpoints for the agent-to-agent communication protocol. Each AgentCardHandler passed in results in the creation of a distinct endpoint with its own agent card.
-
-
Constructor Summary
Constructors Constructor Description A2AEndpointRegistrar(List<AgentCardHandler> agentCardHandlers, RequestMappingHandlerMapping requestMappingHandlerMapping, ObjectMapper objectMapper)
-
Method Summary
Modifier and Type Method Description final UnitonApplicationReady(ApplicationReadyEvent event)-
-
Constructor Detail
-
A2AEndpointRegistrar
A2AEndpointRegistrar(List<AgentCardHandler> agentCardHandlers, RequestMappingHandlerMapping requestMappingHandlerMapping, ObjectMapper objectMapper)
-
-
Method Detail
-
onApplicationReady
@EventListener() final Unit onApplicationReady(ApplicationReadyEvent event)
-
-
-
-