Package sunlabs.brazil.template
Class QueueTemplate.QueueItem
java.lang.Object
sunlabs.brazil.template.QueueTemplate.QueueItem
- Enclosing class:
- QueueTemplate
A bag of items to keep on the Q.
We could add other stuff later.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
timestamp
public long timestamp -
from
-
data
-
message
-
meta
-
-
Constructor Details
-
QueueItem
-
QueueItem
Deprecated.Use the other constructor insteadAdd an item to the Q. "meta" is application specific "meta" data associated with this Q item.
-
-
Method Details