public interface PushSender
| Modifier and Type | Method and Description |
|---|---|
TrustStoreConfig |
getCustomTrustStore()
Get the custom trustStore configuration;
|
String |
getMasterSecret()
Get the used masterSecret.
|
ProxyConfig |
getProxy()
Get the proxy cofniguration.
|
String |
getPushApplicationId()
Get the used pushApplicationId.
|
String |
getServerURL()
Returns the current configured server URL
|
void |
send(UnifiedMessage unifiedMessage)
Sends the given payload to installations of the referenced PushApplication.
|
void |
send(UnifiedMessage unifiedMessage,
MessageResponseCallback callback)
Sends the given payload to installations of the referenced PushApplication.
|
void send(UnifiedMessage unifiedMessage, MessageResponseCallback callback)
MessageResponseCallback to handle the messageunifiedMessage - the UnifiedMessage to send.callback - the MessageResponseCallback.void send(UnifiedMessage unifiedMessage)
unifiedMessage - The UnifiedMessage to send.String getServerURL()
ProxyConfig getProxy()
ProxyConfigTrustStoreConfig getCustomTrustStore()
TrustStoreConfigString getPushApplicationId()
String getMasterSecret()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.