Class TaskContext
java.lang.Object
com.mulesoft.connectors.a2a.internal.server.agent.TaskContext
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TaskContext.Builderbuilder()org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.http.api.domain.request.HttpRequestContextorg.mule.runtime.http.api.server.async.HttpResponseReadyCallbackboolean
-
Method Details
-
getRequestContext
public org.mule.runtime.http.api.domain.request.HttpRequestContext getRequestContext() -
getResponseCallback
public org.mule.runtime.http.api.server.async.HttpResponseReadyCallback getResponseCallback() -
getRpcRequest
-
getTaskStoreService
-
getSerializer
-
getTaskHistory
-
isTaskHistoryEnabled
public boolean isTaskHistoryEnabled() -
getMessageSerializer
public org.mule.runtime.api.lifecycle.Initialisable getMessageSerializer() -
builder
-