public interface Subscription
| Modifier and Type | Method and Description |
|---|---|
String |
endpoint()
Returns the endpoint token for this subscription.
|
String |
id()
Returns the id for this subscription.
|
Optional<String> |
message()
The notification/message for this subscription.
|
String |
registrationId()
The registration that this subscription belongs to.
|
String id()
String this subscriptions identifierString registrationId()
String the registration id that this subscription belongs toString endpoint()
String the endpoint tokenCopyright © 2015 JBoss by Red Hat. All Rights Reserved.