Package io.a2a.spec
Class SendStreamingMessageResponse
- All Implemented Interfaces:
JSONRPCMessage
The response after receiving a request to initiate a task with streaming.
-
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
ConstructorsConstructorDescriptionSendStreamingMessageResponse(Object id, JSONRPCError error) SendStreamingMessageResponse(Object id, StreamingEventKind result) SendStreamingMessageResponse(String jsonrpc, Object id, StreamingEventKind result, JSONRPCError error) -
Method Summary
Methods inherited from class io.a2a.spec.JSONRPCResponse
getError, getId, getJsonrpc, getResult
-
Constructor Details
-
SendStreamingMessageResponse
public SendStreamingMessageResponse(String jsonrpc, Object id, StreamingEventKind result, JSONRPCError error) -
SendStreamingMessageResponse
-
SendStreamingMessageResponse
-