public class NotificationDispatcher extends Object
TokenLoader| Constructor and Description |
|---|
NotificationDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
sendMessagesToPushNetwork(MessageHolderWithTokens msg)
Receives a
UnifiedPushMessage and list of device tokens that the message should be sent to, selects appropriate sender implementation that
the push notifications are submitted to. |
public void sendMessagesToPushNetwork(@Observes
MessageHolderWithTokens msg)
UnifiedPushMessage and list of device tokens that the message should be sent to, selects appropriate sender implementation that
the push notifications are submitted to.msg - object containing details about the payload and the related device tokensCopyright © 2017 JBoss by Red Hat. All rights reserved.