Package io.a2a.spec
Class CancelTaskResponse
- All Implemented Interfaces:
JSONRPCMessage
A response to a cancel task request.
-
Field Summary
Fields inherited from class io.a2a.spec.JSONRPCResponse
error, id, jsonrpc, resultFields inherited from interface io.a2a.spec.JSONRPCMessage
JSONRPC_VERSION -
Constructor Summary
ConstructorsConstructorDescriptionCancelTaskResponse(Object id, JSONRPCError error) CancelTaskResponse(Object id, Task result) CancelTaskResponse(String jsonrpc, Object id, Task result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
CancelTaskResponse
-
CancelTaskResponse
-
CancelTaskResponse
-