Interface TaskStore

All Known Implementing Classes:
InMemoryTaskStore

public interface TaskStore
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String taskId)
     
    get(String taskId)
     
    void
    save(Task task)
     
  • Method Details