Envelope

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

package

Default

Methods

__construct

__construct() 

Get the delivery tag included in this parameter envelope

deliveryTag() : integer

Response

integer

the delivery tag

Get the name of the exchange included in this parameter envelope

exchange() : string

Response

string

the exchange

Get the redelivery flag included in this parameter envelope. This is a hint as to whether this message may have been delivered before (but not acknowledged). If the flag is not set, the message definitely has not been delivered before. If it is set, it may have been delivered before.

isRedelivery() : boolean

Response

boolean

the redelivery flag

Get the routing key included in this parameter envelope

routingKey() : string

Response

string

the routing key