A2ARequestHandler

Handles JSON-RPC requests according to the A2A protocol.

Inheritors

Functions

Link copied to clipboard
abstract fun handleJsonRpc(request: <Error class: unknown class><out <Error class: unknown class>>): <Error class: unknown class><out <Error class: unknown class>>

Handle a JSON-RPC request according to the A2A protocol.

Link copied to clipboard
open fun handleJsonRpcStream(request: <Error class: unknown class><out <Error class: unknown class>>): <Error class: unknown class>

Handles a streaming JSON-RPC request using Server-Sent Events (SSE). This method is called when a client requests a streaming response for methods like "message/stream".