JsonRpcNotification

@Serializable
abstract class JsonRpcNotification : JsonRpcMessage

Base class for all JSON-RPC notifications. Notifications do not have an ID and do not expect a response.

All notifications share a method field. Polymorphic deserialization is based on method.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard
abstract val params: NotificationParams?

Functions