new BasicProperties()
Methods
appId() → {string}
Returns:
appId, or
null if it has not been set.
- Type
- string
clusterId() → {string}
Returns:
clusterId, or
null if it has not been set.
- Type
- string
contentEncoding() → {string}
Returns:
contentEncoding of a message, or
null if it has not been set.
- Type
- string
contentType() → {string}
Returns:
contentType of a message, or
null if it has not been set.
- Type
- string
correlationId() → {string}
Returns:
correlationId of a message, or
null if it has not been set.
- Type
- string
deliveryMode() → {number}
Returns:
deliveryMode of a message, or
null if it has not been set.
- Type
- number
expiration() → {string}
Returns:
expiration of a message, or
null if it has not been set.
- Type
- string
messageId() → {string}
Returns:
messageId, or
null if it has not been set.
- Type
- string
priority() → {number}
Retrieve the value in the priority field.
Returns:
priority of a message, or
null if it has not been set.
- Type
- number
replyTo() → {string}
Returns:
replyTo address, or
null if it has not been set.
- Type
- string
timestamp() → {number}
Returns:
timestamp of a message, or
null if it has not been set.
- Type
- number
type() → {string}
Returns:
type of a message, or
null if it has not been set.
- Type
- string
userId() → {string}
Returns:
userId, or
null if it has not been set.
- Type
- string