Class PushNotification
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.gateway.messages.PushNotification
 
- 
 public class PushNotification extends java.lang.ObjectA notification that was attached as a rider on the response to another message, to be dispatched to the client
- 
- 
Constructor SummaryConstructors Constructor Description PushNotification(java.lang.String moduleId, java.lang.String messageType)PushNotification(java.lang.String moduleId, java.lang.String messageType, java.lang.Object message)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetMessage()java.lang.StringgetMessageType()java.lang.StringgetModuleId()voidsetMessage(java.lang.Object payload)
 
-