JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.a2a.server.tasks
Interface TaskStore
All Known Implementing Classes:
InMemoryTaskStore
public interface
TaskStore
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
delete
(
String
taskId)
Task
get
(
String
taskId)
void
save
(
Task
task)
Method Details
save
void
save
(
Task
task)
get
Task
get
(
String
taskId)
delete
void
delete
(
String
taskId)