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