ResubscribeTaskRequest

data class ResubscribeTaskRequest(val jsonrpc: String = "2.0", val id: Any?, val method: String = METHOD, val params: <Error class: unknown class>)

Request to resubscribe to a task's streaming updates. This allows clients to resume receiving updates for a task after a connection interruption.

Corresponds to the A2A protocol method: tasks/resubscribe

Note: This is a custom implementation as the A2A SDK version 0.2.5 does not yet include a ResubscribeTaskRequest class. This follows the JSON-RPC 2.0 format and will be compatible with future SDK versions.

Constructors

Link copied to clipboard
constructor(jsonrpc: String = "2.0", id: Any?, method: String = METHOD, params: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: Any?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val params: <Error class: unknown class>