| Package | Description |
|---|---|
| org.jboss.aerogear.webpush | |
| org.jboss.aerogear.webpush.datastore |
| Modifier and Type | Method and Description |
|---|---|
Optional<Subscription> |
WebPushServer.newSubscription(String registrationId)
Handles the creation of new subscriptions for a registration.
|
Optional<Subscription> |
WebPushServer.subscription(String endpoint)
Retrieves a subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebPushServer.removeSubscription(Subscription subscription)
Removes the specified subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Subscription> |
DataStore.getSubscriptions(String registrationId)
Returns registrations for a certain registration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataStore.removeChannel(Subscription subscription)
Remove a
Subscription from the underlying storage system. |
void |
DataStore.saveChannel(Subscription subscription)
Saves a
Subscription to the underlying storage system. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.