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 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.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 StringServerAgentUtils.getExceptionalResponse(JsonRpcRequest request, Throwable t, JsonRpcSerializer serializer) static StringHandlerUtils.getPushConfigIdFromPushConfigRequest(A2AProtocolSerializer serializer, JsonRpcRequest rpcRequest) Handles internal error by completing the response future with an error response.static StringHandlerUtils.getTaskIdFromPushConfigRequest(A2AProtocolSerializer serializer, JsonRpcRequest rpcRequest) Handles internal error by completing the response future with an error response.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) static voidServerAgentUtils.sendSubmittedAcceptedResponse(JsonRpcRequest request, org.mule.runtime.http.api.server.async.HttpResponseReadyCallback callback, JsonRpcSerializer serializer, String taskId)