RabbitMQMessage

Represent a message received message received in a rabbitmq-queue.

package

Default

Methods

__construct

__construct() 

body

body() : \io\vertx\jphp\core\buffer\Buffer

Response

\io\vertx\jphp\core\buffer\Buffer

the message body

consumerTag

consumerTag() : string

Response

string

the consumer tag associated with the consumer

envelope

envelope() : \io\vertx\jphp\rabbitmq\Envelope

Response

\io\vertx\jphp\rabbitmq\Envelope

packaging data for the message

properties

properties() : \io\vertx\jphp\rabbitmq\BasicProperties

Response

\io\vertx\jphp\rabbitmq\BasicProperties

content header data for the message