Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
@Serializable
@SerialName(value = "notifications/cancelled")
This notification is sent by either side to indicate that it is cancelling a previously-issued request.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
object JsonRpcErrorCodes
Link copied to clipboard
interface JsonRpcMessage
Link copied to clipboard
Base class for all JSON-RPC notifications. Notifications do not have an ID and do not expect a response.
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
interface NotificationParams
Base parameters for a notification. Notifications can have _meta and other fields depending on the subtype.
Link copied to clipboard
For paginated results, the schema defines PaginatedResult extending Result with an optional nextCursor field.
Link copied to clipboard
@Serializable
@SerialName(value = "ping")
Link copied to clipboard
@Serializable
@SerialName(value = "notifications/progress")