Class NotificationMessage
- java.lang.Object
-
- org.eclipse.lsp4j.jsonrpc.messages.Message
-
- org.eclipse.lsp4j.jsonrpc.messages.NotificationMessage
-
public class NotificationMessage extends Message
A notification message. A processed notification message must not send a response back. They work like events.
-
-
Constructor Summary
Constructors Constructor Description NotificationMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetMethod()java.lang.ObjectgetParams()inthashCode()voidsetMethod(java.lang.String method)voidsetParams(java.lang.Object params)-
Methods inherited from class org.eclipse.lsp4j.jsonrpc.messages.Message
getJsonrpc, jsonHandler, setJsonHandler, setJsonrpc, toString, toStringFallback
-
-