abstract class LSP::NotificationMessage
- LSP::NotificationMessage
- Reference
- Object
Overview
A notification message. A processed notification message must not send a response back. They work like events.
Included Modules
- JSON::Serializable
Direct Known Subclasses
Defined in:
lsp/protocol/notification_message.crConstructors
Instance Method Summary
- #execute(server : Server)
-
#method : String
The method to be invoked.
-
#method=(method : String)
The method to be invoked.