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

public class TaskHistoryItem extends Object implements Serializable
MG says: Store this wrapper object rather than just that Task.json representation so that we can add additional context if needed without breaking backwards compatibility in persistent stores
See Also:
  • Constructor Details

    • TaskHistoryItem

      public TaskHistoryItem()
    • TaskHistoryItem

      public TaskHistoryItem(String taskJson)
  • Method Details

    • getTaskJson

      public String getTaskJson()
    • setTaskJson

      public void setTaskJson(String taskJson)