Package org.a2aproject.sdk.server.tasks
Class TaskManager
java.lang.Object
org.a2aproject.sdk.server.tasks.TaskManager
-
Constructor Summary
ConstructorsConstructorDescriptionTaskManager(@Nullable String taskId, @Nullable String contextId, TaskStore taskStore, @Nullable Message initialMessage) -
Method Summary
-
Constructor Details
-
TaskManager
-
-
Method Details
-
getTask
-
process
- Throws:
A2AServerException
-
process
public boolean process(Event event, boolean isReplicated, @Nullable AtomicReference<Task> taskSnapshot) throws A2AServerException - Throws:
A2AServerException
-
updateWithMessage
-