Example usage for Java com.rabbitmq.client BasicProperties fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getAppId() Retrieve the value in the appId field. |
String | getContentEncoding() Retrieve the value in the contentEncoding field. |
String | getContentType() Retrieve the value in the contentType field. |
String | getCorrelationId() Retrieve the value in the correlationId field. |
Integer | getDeliveryMode() Retrieve the value in the deliveryMode field. |
String | getExpiration() Retrieve the value in the expiration field. |
Map | getHeaders() Retrieve the table in the headers field as a map of fields names and values. |
String | getMessageId() Retrieve the value in the messageId field. |
Integer | getPriority() Retrieve the value in the priority field. |
String | getReplyTo() Retrieve the value in the replyTo field. |
Date | getTimestamp() Retrieve the value in the timestamp field. |
String | getType() Retrieve the value in the type field. |
String | getUserId() Retrieve the value in the userId field. |