java.lang.Object
com.inductiveautomation.ignition.common.gateway.messages.PushNotification

public class PushNotification extends Object
A notification that was attached as a rider on the response to another message, to be dispatched to the client
  • Constructor Details

    • PushNotification

      public PushNotification(String moduleId, String messageType)
    • PushNotification

      public PushNotification(String moduleId, String messageType, Object message)
  • Method Details

    • getMessage

      public Object getMessage()
    • setMessage

      public void setMessage(Object payload)
    • getModuleId

      public String getModuleId()
    • getMessageType

      public String getMessageType()