InitializedNotification

This notification is sent from the client to the server after initialization has finished.

Constructors

Link copied to clipboard
constructor(params: InitializedNotification.Params = Params())

Types

Link copied to clipboard
data class Params(val _meta: JsonObject = EmptyJsonObject) : NotificationParams

Properties

Link copied to clipboard
open override val method: Method
Link copied to clipboard

Functions

Link copied to clipboard

Converts the notification to a JSON-RPC notification.