| Package | Description |
|---|---|
| org.jboss.aerogear.adm |
| Modifier and Type | Method and Description |
|---|---|
PayloadBuilder |
PayloadBuilder.consolidationKey(Object value)
This is an arbitrary string used to indicate that multiple messages are logically
the same and that ADM is allowed to drop previously enqueued messages in favor of
this new one
|
PayloadBuilder |
PayloadBuilder.dataField(String key,
Object value)
Adds an custom payload value for the given key.
|
PayloadBuilder |
PayloadBuilder.dataFields(Map<String,?> dataFields) |
PayloadBuilder |
PayloadBuilder.expiresAfter(Object value)
The number of seconds that ADM should retain the message if the device is offline.
|
PayloadBuilder |
PayloadBuilder.md5(Object value)
This is a base-64-encoded MD5 checksum of the data parameter.
|
static PayloadBuilder |
ADM.newPayload() |
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.