Uses of Interface
io.a2a.server.tasks.TaskStore
Packages that use TaskStore
-
Uses of TaskStore in io.a2a.server.agentexecution
Constructors in io.a2a.server.agentexecution with parameters of type TaskStoreModifierConstructorDescriptionSimpleRequestContextBuilder(TaskStore taskStore, boolean shouldPopulateReferredTasks) -
Uses of TaskStore in io.a2a.server.requesthandlers
Constructors in io.a2a.server.requesthandlers with parameters of type TaskStoreModifierConstructorDescriptionDefaultRequestHandler(AgentExecutor agentExecutor, TaskStore taskStore, QueueManager queueManager, PushNotificationConfigStore pushConfigStore, PushNotificationSender pushSender, Executor executor) -
Uses of TaskStore in io.a2a.server.tasks
Classes in io.a2a.server.tasks that implement TaskStoreConstructors in io.a2a.server.tasks with parameters of type TaskStoreModifierConstructorDescriptionTaskManager(String taskId, String contextId, TaskStore taskStore, Message initialMessage)