Class A2AEndpointRegistrar

  • All Implemented Interfaces:

    @Component()@Profile(value = {"a2a"}) 
    public final class A2AEndpointRegistrar
    
                        

    Registers 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      A2AEndpointRegistrar(List<AgentCardHandler> agentCardHandlers, RequestMappingHandlerMapping requestMappingHandlerMapping, ObjectMapper objectMapper)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Unit onApplicationReady(ApplicationReadyEvent event)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • A2AEndpointRegistrar

        A2AEndpointRegistrar(List<AgentCardHandler> agentCardHandlers, RequestMappingHandlerMapping requestMappingHandlerMapping, ObjectMapper objectMapper)