All Known Implementing Classes:
DefaultTaskHistory, NullTaskHistory

public interface TaskHistory
  • Method Details

    • upsert

      void upsert(String taskId, TaskHistoryItem item) throws org.mule.runtime.api.store.ObjectStoreException
      Throws:
      org.mule.runtime.api.store.ObjectStoreException
    • get

      Optional<TaskHistoryItem> get(String taskId) throws org.mule.runtime.api.exception.ObjectNotFoundException, org.mule.runtime.api.store.ObjectStoreException
      Throws:
      org.mule.runtime.api.exception.ObjectNotFoundException
      org.mule.runtime.api.store.ObjectStoreException
    • remove

      void remove(String taskId) throws org.mule.runtime.api.store.ObjectStoreException
      Throws:
      org.mule.runtime.api.store.ObjectStoreException
    • close

      void close()