Class NonStreamingJSONRPCRequest<T>

java.lang.Object
org.a2aproject.sdk.jsonrpc.common.wrappers.A2ARequest<T>
org.a2aproject.sdk.jsonrpc.common.wrappers.NonStreamingJSONRPCRequest<T>
Type Parameters:
T - the type of the request parameters
All Implemented Interfaces:
A2AMessage
Direct Known Subclasses:
CancelTaskRequest, CreateTaskPushNotificationConfigRequest, DeleteTaskPushNotificationConfigRequest, GetExtendedAgentCardRequest, GetTaskPushNotificationConfigRequest, GetTaskRequest, ListTaskPushNotificationConfigsRequest, ListTasksRequest, SendMessageRequest

Represents a non-streaming JSON-RPC request.