InitializedNotification

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

The client sends this after receiving the InitializeResult to signal that it is ready to begin normal operations.

Constructors

Link copied to clipboard
constructor(params: BaseNotificationParams? = null)

Properties

Link copied to clipboard
open override val method: Method
Link copied to clipboard
open override val params: BaseNotificationParams?

Optional notification parameters containing metadata.

Functions

Link copied to clipboard

Converts the notification to a JSON-RPC notification.