Package io.a2a.spec
Class TaskResubscriptionRequest
- All Implemented Interfaces:
JSONRPCMessage
Used to resubscribe to a task.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class io.a2a.spec.JSONRPCRequest
id, jsonrpc, method, paramsFields inherited from interface io.a2a.spec.JSONRPCMessage
JSONRPC_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionTaskResubscriptionRequest(Object id, TaskIdParams params) TaskResubscriptionRequest(String jsonrpc, Object id, String method, TaskIdParams params) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCRequest
getId, getJsonrpc, getMethod, getParams
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
TaskResubscriptionRequest
-
TaskResubscriptionRequest
-