Uses of Interface
io.a2a.server.agentexecution.AgentExecutor
Packages that use AgentExecutor
-
Uses of AgentExecutor in io.a2a.server.requesthandlers
Methods in io.a2a.server.requesthandlers with parameters of type AgentExecutorModifier and TypeMethodDescriptionstatic DefaultRequestHandlerDefaultRequestHandler.create(AgentExecutor agentExecutor, TaskStore taskStore, QueueManager queueManager, PushNotificationConfigStore pushConfigStore, PushNotificationSender pushSender, Executor executor) For testingConstructors in io.a2a.server.requesthandlers with parameters of type AgentExecutorModifierConstructorDescriptionDefaultRequestHandler(AgentExecutor agentExecutor, TaskStore taskStore, QueueManager queueManager, PushNotificationConfigStore pushConfigStore, PushNotificationSender pushSender, Executor executor)