BasicProperties

Like {@link com.rabbitmq.client.BasicProperties}

package

Default

Methods

__construct

__construct() 

appId

appId() : string

Response

string

appId, or {@code null} if it has not been set.

clusterId

clusterId() : string

Response

string

clusterId, or {@code null} if it has not been set.

contentEncoding

contentEncoding() : string

Response

string

contentEncoding of a message, or {@code null} if it has not been set.

contentType

contentType() : string

Response

string

contentType of a message, or {@code null} if it has not been set.

correlationId

correlationId() : string

Response

string

correlationId of a message, or {@code null} if it has not been set.

deliveryMode

deliveryMode() : integer

Response

integer

deliveryMode of a message, or {@code null} if it has not been set.

expiration

expiration() : string

Response

string

expiration of a message, or {@code null} if it has not been set.

messageId

messageId() : string

Response

string

messageId, or {@code null} if it has not been set.

Retrieve the value in the priority field.

priority() : integer

Response

integer

priority of a message, or {@code null} if it has not been set.

replyTo

replyTo() : string

Response

string

replyTo address, or {@code null} if it has not been set.

timestamp

timestamp() : integer

Response

integer

timestamp of a message, or {@code null} if it has not been set.

type

type() : string

Response

string

type of a message, or {@code null} if it has not been set.

userId

userId() : string

Response

string

userId, or {@code null} if it has not been set.