Like {@link com.rabbitmq.client.BasicProperties}
| package |
Default |
|---|
__construct()
appId() : string
stringappId, or {@code null} if it has not been set.
clusterId() : string
stringclusterId, or {@code null} if it has not been set.
contentEncoding() : string
stringcontentEncoding of a message, or {@code null} if it has not been set.
contentType() : string
stringcontentType of a message, or {@code null} if it has not been set.
correlationId() : string
stringcorrelationId of a message, or {@code null} if it has not been set.
deliveryMode() : integer
integerdeliveryMode of a message, or {@code null} if it has not been set.
expiration() : string
stringexpiration of a message, or {@code null} if it has not been set.
priority() : integer
integerpriority of a message, or {@code null} if it has not been set.
replyTo() : string
stringreplyTo address, or {@code null} if it has not been set.
type() : string
stringtype of a message, or {@code null} if it has not been set.
userId() : string
stringuserId, or {@code null} if it has not been set.