Uses of Class
com.mulesoft.connectors.a2a.internal.protocol.model.JsonRpcRequest
Packages that use JsonRpcRequest
Package
Description
-
Uses of JsonRpcRequest in com.mulesoft.connectors.a2a.internal.protocol
Methods in com.mulesoft.connectors.a2a.internal.protocol that return JsonRpcRequest -
Uses of JsonRpcRequest in com.mulesoft.connectors.a2a.internal.server.agent
Methods in com.mulesoft.connectors.a2a.internal.server.agent that return JsonRpcRequestMethods in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type JsonRpcRequestConstructors in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type JsonRpcRequestModifierConstructorDescriptionRpcRequestContext(JsonRpcRequest request, RequestAttributes requestAttributes) -
Uses of JsonRpcRequest in com.mulesoft.connectors.a2a.internal.server.agent.operations
Fields in com.mulesoft.connectors.a2a.internal.server.agent.operations declared as JsonRpcRequestConstructors in com.mulesoft.connectors.a2a.internal.server.agent.operations with parameters of type JsonRpcRequestModifierConstructorDescriptionprotectedTaskExecutor(org.mule.runtime.http.api.domain.request.HttpRequestContext requestContext, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback responseCallback, JsonRpcRequest rpcRequest, JsonRpcSerializer serializer, TaskHistory taskHistory, TaskStoreService taskStoreService) -
Uses of JsonRpcRequest in com.mulesoft.connectors.a2a.internal.server.agent.utils
Methods in com.mulesoft.connectors.a2a.internal.server.agent.utils with parameters of type JsonRpcRequestModifier and TypeMethodDescriptionstatic StringServerAgentUtils.createResponseBody(JsonRpcRequest request, RpcRequestContext.Response response, JsonRpcSerializer serializer) static voidServerAgentUtils.sendExceptionalHttpResponse(JsonRpcRequest request, Throwable t, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback, JsonRpcSerializer serializer) static voidServerAgentUtils.sendFailureHttpResponse(Integer httpStatusCode, A2AErrorTypes errorType, String message, JsonRpcRequest request, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback, JsonRpcSerializer serializer)