JsonRpcCallId

data class JsonRpcCallId(val id: JsonPrimitive) : RpcCallId

JSON-RPC RpcCallId: wraps the request's id primitive so cancellation can be routed by the original request identifier.

Constructors

Link copied to clipboard
constructor(id: JsonPrimitive)

Properties

Link copied to clipboard
val id: JsonPrimitive