public interface BasicProperties
BasicProperties
Modifier and Type | Method and Description |
---|---|
String |
appId() |
String |
clusterId() |
String |
contentEncoding() |
String |
contentType() |
String |
correlationId() |
Integer |
deliveryMode() |
String |
expiration() |
Map<String,Object> |
headers() |
String |
messageId() |
Integer |
priority()
Retrieve the value in the priority field.
|
String |
replyTo() |
Long |
timestamp() |
String |
type() |
String |
userId() |
String contentType()
null
if it has not been set.String contentEncoding()
null
if it has not been set.Map<String,Object> headers()
null
if it has not been set.Integer deliveryMode()
null
if it has not been set.Integer priority()
null
if it has not been set.String correlationId()
null
if it has not been set.String replyTo()
null
if it has not been set.String expiration()
null
if it has not been set.String messageId()
null
if it has not been set.Long timestamp()
null
if it has not been set.String type()
null
if it has not been set.String userId()
null
if it has not been set.String appId()
null
if it has not been set.String clusterId()
null
if it has not been set.Copyright © 2023 Eclipse. All rights reserved.