sunlabs.brazil.template
public static class QueueTemplate.QueueItem extends Object
| Field Summary | |
|---|---|
| Dictionary | data |
| String | from |
| String | message |
| String | meta |
| long | timestamp |
| Constructor Summary | |
|---|---|
| QueueItem(String from, Dictionary data) | |
| QueueItem(String from, String message, String meta)
Add an item to the Q.
| |
| Method Summary | |
|---|---|
| String | toString() |
Deprecated: Use the other constructor instead
Add an item to the Q. "meta" is application specific "meta" data associated with this Q item.