Interface TaskHistory
- All Known Implementing Classes:
DefaultTaskHistory,NullTaskHistory
public interface TaskHistory
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidupsert(String taskId, TaskHistoryItem item)
-
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.ObjectNotFoundExceptionorg.mule.runtime.api.store.ObjectStoreException
-
remove
- Throws:
org.mule.runtime.api.store.ObjectStoreException
-
close
void close()
-