| Package | Description |
|---|---|
| org.jboss.aerogear.simplepush.server | |
| org.jboss.aerogear.simplepush.server.datastore |
| Modifier and Type | Method and Description |
|---|---|
Notification |
SimplePushServer.handleNotification(String endpointToken,
String payload)
Handles the notification for a single channel
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
DataStore.getChannel(String channelId)
Returns the Channel for the passed-in channelId.
|
String |
DataStore.saveUnacknowledged(String channelId,
long version) |
String |
DataStore.updateVersion(String endpointToken,
long version)
Updates the version for a channel (identified by the endpointToken)
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.