Uses of Interface
com.mulesoft.connectors.a2a.internal.server.agent.history.TaskStoreService
Packages that use TaskStoreService
Package
Description
-
Uses of TaskStoreService in com.mulesoft.connectors.a2a.internal.server.agent
Methods in com.mulesoft.connectors.a2a.internal.server.agent that return TaskStoreServiceMethods in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type TaskStoreServiceModifier and TypeMethodDescriptionTaskContext.Builder.taskStoreService(TaskStoreService taskStoreService) -
Uses of TaskStoreService in com.mulesoft.connectors.a2a.internal.server.agent.history
Classes in com.mulesoft.connectors.a2a.internal.server.agent.history that implement TaskStoreServiceModifier and TypeClassDescriptionclassUpdates the taskJson of the historyItem for taskId in format {"historyLength":int,"history":[],"task":{}}. -
Uses of TaskStoreService in com.mulesoft.connectors.a2a.internal.server.agent.operations
Fields in com.mulesoft.connectors.a2a.internal.server.agent.operations declared as TaskStoreServiceConstructors in com.mulesoft.connectors.a2a.internal.server.agent.operations with parameters of type TaskStoreServiceModifierConstructorDescriptionprotectedTaskExecutor(org.mule.runtime.http.api.domain.request.HttpRequestContext requestContext, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback responseCallback, JsonRpcRequest rpcRequest, JsonRpcSerializer serializer, TaskHistory taskHistory, TaskStoreService taskStoreService)