Class: BasicProperties

vertx-rabbitmq-js/basic_properties~ BasicProperties

new BasicProperties()

Source:

Methods

appId() → {string}

Source:
Returns:
appId, or null if it has not been set.
Type
string

clusterId() → {string}

Source:
Returns:
clusterId, or null if it has not been set.
Type
string

contentEncoding() → {string}

Source:
Returns:
contentEncoding of a message, or null if it has not been set.
Type
string

contentType() → {string}

Source:
Returns:
contentType of a message, or null if it has not been set.
Type
string

correlationId() → {string}

Source:
Returns:
correlationId of a message, or null if it has not been set.
Type
string

deliveryMode() → {number}

Source:
Returns:
deliveryMode of a message, or null if it has not been set.
Type
number

expiration() → {string}

Source:
Returns:
expiration of a message, or null if it has not been set.
Type
string

messageId() → {string}

Source:
Returns:
messageId, or null if it has not been set.
Type
string

priority() → {number}

Retrieve the value in the priority field.
Source:
Returns:
priority of a message, or null if it has not been set.
Type
number

replyTo() → {string}

Source:
Returns:
replyTo address, or null if it has not been set.
Type
string

timestamp() → {number}

Source:
Returns:
timestamp of a message, or null if it has not been set.
Type
number

type() → {string}

Source:
Returns:
type of a message, or null if it has not been set.
Type
string

userId() → {string}

Source:
Returns:
userId, or null if it has not been set.
Type
string