java.lang.Object
com.mulesoft.connectors.a2a.internal.server.agent.history.NullTaskHistory
All Implemented Interfaces:
TaskHistory

public class NullTaskHistory extends Object implements TaskHistory
  • Field Details

  • Method Details

    • upsert

      public void upsert(String taskId, TaskHistoryItem item)
      Specified by:
      upsert in interface TaskHistory
    • get

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

      public void remove(String taskId) throws org.mule.runtime.api.store.ObjectStoreException
      Specified by:
      remove in interface TaskHistory
      Throws:
      org.mule.runtime.api.store.ObjectStoreException
    • close

      public void close()
      Specified by:
      close in interface TaskHistory