Uses of Class
com.mulesoft.connectors.a2a.internal.server.agent.history.TaskHistoryItem
Packages that use TaskHistoryItem
-
Uses of TaskHistoryItem in com.mulesoft.connectors.a2a.internal.server.agent.history
Methods in com.mulesoft.connectors.a2a.internal.server.agent.history that return types with arguments of type TaskHistoryItemModifier and TypeMethodDescriptionMethods in com.mulesoft.connectors.a2a.internal.server.agent.history with parameters of type TaskHistoryItemModifier and TypeMethodDescriptionvoidDefaultTaskHistory.upsert(String taskId, TaskHistoryItem item) voidNullTaskHistory.upsert(String taskId, TaskHistoryItem item) voidTaskHistory.upsert(String taskId, TaskHistoryItem item) Constructor parameters in com.mulesoft.connectors.a2a.internal.server.agent.history with type arguments of type TaskHistoryItemModifierConstructorDescriptionDefaultTaskHistory(org.mule.runtime.api.store.ObjectStore<TaskHistoryItem> historyObjectStore, org.mule.runtime.api.lock.LockFactory lockFactory, String ownerConfigName)