Uses of Interface
org.a2aproject.sdk.server.tasks.TaskStore
Packages that use TaskStore
Package
Description
-
Uses of TaskStore in org.a2aproject.sdk.server.agentexecution
Constructors in org.a2aproject.sdk.server.agentexecution with parameters of type TaskStoreModifierConstructorDescriptionSimpleRequestContextBuilder(TaskStore taskStore, boolean shouldPopulateReferredTasks, @Nullable TaskAuthorizationProvider authorizationProvider) -
Uses of TaskStore in org.a2aproject.sdk.server.events
Constructors in org.a2aproject.sdk.server.events with parameters of type TaskStoreModifierConstructorDescriptionMainEventBusProcessor(MainEventBus eventBus, TaskStore taskStore, PushNotificationSender pushSender, QueueManager queueManager) -
Uses of TaskStore in org.a2aproject.sdk.server.requesthandlers
Methods in org.a2aproject.sdk.server.requesthandlers with parameters of type TaskStoreModifier and TypeMethodDescriptionConstructors in org.a2aproject.sdk.server.requesthandlers with parameters of type TaskStoreModifierConstructorDescriptionDefaultRequestHandler(AgentExecutor agentExecutor, TaskStore taskStore, QueueManager queueManager, PushNotificationConfigStore pushConfigStore, MainEventBusProcessor mainEventBusProcessor, Executor executor, Executor eventConsumerExecutor) -
Uses of TaskStore in org.a2aproject.sdk.server.tasks
Classes in org.a2aproject.sdk.server.tasks that implement TaskStoreModifier and TypeClassDescriptionclassIn-memory implementation ofTaskStoreandTaskStateProvider.Constructors in org.a2aproject.sdk.server.tasks with parameters of type TaskStoreModifierConstructorDescriptionTaskManager(@Nullable String taskId, @Nullable String contextId, TaskStore taskStore, @Nullable org.a2aproject.sdk.spec.Message initialMessage)