Uses of Class
io.a2a.spec.JSONRPCResponse
Packages that use JSONRPCResponse
-
Uses of JSONRPCResponse in io.a2a.spec
Subclasses of JSONRPCResponse in io.a2a.specModifier and TypeClassDescriptionfinal classA response to a cancel task request.final classA response for a delete task push notification config request.final classA response for a get task push notification request.final classThe response for a get task request.final classA JSON RPC error response.final classA response for a list task push notification config request.final classThe response after receiving a send message request.final classThe response after receiving a request to initiate a task with streaming.final classThe response after receiving a set task push notification request.Methods in io.a2a.spec with parameters of type JSONRPCResponseModifier and TypeMethodDescriptionvoidJSONRPCVoidResponseSerializer.serialize(JSONRPCResponse<Void> value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)