Class NullTaskHistory
java.lang.Object
com.mulesoft.connectors.a2a.internal.server.agent.history.NullTaskHistory
- All Implemented Interfaces:
TaskHistory
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidupsert(String taskId, TaskHistoryItem item)
-
Field Details
-
INSTANCE
-
-
Method Details
-
upsert
- Specified by:
upsertin interfaceTaskHistory
-
get
public Optional<TaskHistoryItem> get(String taskId) throws org.mule.runtime.api.exception.ObjectNotFoundException, org.mule.runtime.api.store.ObjectStoreException - Specified by:
getin interfaceTaskHistory- Throws:
org.mule.runtime.api.exception.ObjectNotFoundExceptionorg.mule.runtime.api.store.ObjectStoreException
-
remove
- Specified by:
removein interfaceTaskHistory- Throws:
org.mule.runtime.api.store.ObjectStoreException
-
close
public void close()- Specified by:
closein interfaceTaskHistory
-