Uses of Interface
org.a2aproject.sdk.jsonrpc.common.wrappers.A2AMessage
Packages that use A2AMessage
Package
Description
JSON-RPC 2.0 protocol message wrappers for the A2A Protocol.
-
Uses of A2AMessage in org.a2aproject.sdk.jsonrpc.common.wrappers
Classes in org.a2aproject.sdk.jsonrpc.common.wrappers that implement A2AMessageModifier and TypeClassDescriptionfinal classRepresents a JSON-RPC 2.0 error response.classA2ARequest<T>Base class for JSON-RPC 2.0 requests in the A2A Protocol.classA2AResponse<T>Represents a JSONRPC response.final classJSON-RPC request to cancel an in-progress task.final classJSON-RPC response for task cancellation requests.final classJSON-RPC request to configure push notifications for a specific task.final classJSON-RPC response confirming push notification configuration for a task.final classJSON-RPC request to delete a push notification configuration from a task.final classJSON-RPC response confirming deletion of a task's push notification configuration.final classJSON-RPC request to retrieve an agent's extended card with authenticated details.final classJSON-RPC response containing an agent's extended card with authenticated details.final classJSON-RPC request to retrieve push notification configuration for a task.final classJSON-RPC response containing a task's push notification configuration.final classJSON-RPC request to retrieve task information by ID.final classJSON-RPC response containing requested task information.final classJSON-RPC request to list all push notification configurations for a task.final classJSON-RPC response containing all push notification configurations for a task with pagination support.final classA list tasks request.final classThe response for a list tasks request.classRepresents a non-streaming JSON-RPC request.final classJSON-RPC request for theSendMessagemethod in the A2A Protocol.final classThe response after receiving a send message request.final classJSON-RPC request to initiate a new task with streaming event delivery.final classJSON-RPC response for streaming message initiation requests.classBase class for JSON-RPC requests that support streaming responses in the A2A Protocol.final classJSON-RPC request to subscribe to an ongoing or completed task's event stream.