public interface Registration
| Modifier and Type | Interface and Description |
|---|---|
static class |
Registration.Resource |
static class |
Registration.WebLink |
| Modifier and Type | Method and Description |
|---|---|
URI |
aggregateUri()
The
URI used by devices to create aggreate/batch subscriptions. |
String |
id()
A globally unique identifier for this registration.
|
URI |
subscribeUri()
The
URI used by devices to create new subscriptions |
URI |
uri()
The
URI representing this registration. |
String id()
String the identifier for this registration.URI uri()
URI representing this registration.
URI which will be returned to the calling client, most often as HTTP Location Header value.URI subscribeUri()
URI used by devices to create new subscriptionsURI to be used to create new subscriptionsCopyright © 2015 JBoss by Red Hat. All Rights Reserved.