public interface JavaSender
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(UnifiedMessage unifiedMessage)
Sends the given payload to all installations of the referenced PushApplication.
|
void |
sendTo(UnifiedMessage unifiedMessage)
Sends the given payload to a selection of installations of the referenced PushApplication.
|
void broadcast(UnifiedMessage unifiedMessage)
unifiedMessage - The UnifiedMessage to sendvoid sendTo(UnifiedMessage unifiedMessage)
unifiedMessage - The UnifiedMessage to sendCopyright © 2013 JBoss by Red Hat. All Rights Reserved.