public interface BasicProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppId()
Retrieve the value in the appId field.
|
java.lang.String |
getContentEncoding()
Retrieve the value in the contentEncoding field.
|
java.lang.String |
getContentType()
Retrieve the value in the contentType field.
|
java.lang.String |
getCorrelationId()
Retrieve the value in the correlationId field.
|
java.lang.Integer |
getDeliveryMode()
Retrieve the value in the deliveryMode field.
|
java.lang.String |
getExpiration()
Retrieve the value in the expiration field.
|
java.util.Map<java.lang.String,java.lang.Object> |
getHeaders()
Retrieve the table in the headers field as a map of fields names and
values.
|
java.lang.String |
getMessageId()
Retrieve the value in the messageId field.
|
java.lang.Integer |
getPriority()
Retrieve the value in the priority field.
|
java.lang.String |
getReplyTo()
Retrieve the value in the replyTo field.
|
java.util.Date |
getTimestamp()
Retrieve the value in the timestamp field.
|
java.lang.String |
getType()
Retrieve the value in the type field.
|
java.lang.String |
getUserId()
Retrieve the value in the userId field.
|
java.lang.String getContentType()
java.lang.String getContentEncoding()
java.util.Map<java.lang.String,java.lang.Object> getHeaders()
java.lang.Integer getDeliveryMode()
java.lang.Integer getPriority()
java.lang.String getCorrelationId()
java.lang.String getReplyTo()
java.lang.String getExpiration()
java.lang.String getMessageId()
java.util.Date getTimestamp()
java.lang.String getType()
java.lang.String getUserId()
java.lang.String getAppId()