public interface MessageInfo
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId() |
long |
getArrivalTime() |
String |
getCorrelationId() |
String |
getDeliveredTo() |
int |
getDeliveryCount() |
String |
getEncoding() |
Long |
getExpirationTime() |
Map<String,Object> |
getHeaders() |
long |
getId() |
String |
getMessageId() |
String |
getMimeType() |
int |
getPriority() |
String |
getReplyTo() |
long |
getSize() |
String |
getState() |
Long |
getTimestamp() |
String |
getType() |
String |
getUserId() |
boolean |
isPersistent() |
long getId()
long getSize()
int getDeliveryCount()
String getState()
String getDeliveredTo()
long getArrivalTime()
boolean isPersistent()
String getMessageId()
Long getExpirationTime()
String getApplicationId()
String getCorrelationId()
String getEncoding()
String getMimeType()
int getPriority()
String getReplyTo()
Long getTimestamp()
String getType()
String getUserId()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.