| Package | Description |
|---|---|
| org.jboss.aerogear.webpush | |
| org.jboss.aerogear.webpush.datastore |
| Modifier and Type | Method and Description |
|---|---|
Registration |
WebPushServer.register()
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Registration> |
WebPushServer.registration(String id)
Returns the
Registration for the specified id. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Registration> |
DataStore.getRegistration(String registrationId)
Returns the
Registration for the passed-in id. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DataStore.saveRegistration(Registration registration)
Saves a
Registration to the underlying storage system. |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.