class

LSP::NotificationMessage

Inherits JSON::Serializable < Reference < Object

A notification message. A processed notification message must not send a response back. They work like events.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

execute(server : Server)
Source
method

The method to be invoked.

Source
method=(method : String)

The method to be invoked.

Source