Class NotificationMessage


  • public class NotificationMessage
    extends Message
    A notification message. A processed notification message must not send a response back. They work like events.
    • Constructor Detail

      • NotificationMessage

        public NotificationMessage()
    • Method Detail

      • getMethod

        public java.lang.String getMethod()
      • setMethod

        public void setMethod​(java.lang.String method)
      • getParams

        public java.lang.Object getParams()
      • setParams

        public void setParams​(java.lang.Object params)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class Message