Class RabbitMQMessage


  • public class RabbitMQMessage
    extends Object
    Represent a message received message received in a rabbitmq-queue.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Constructor Detail

      • RabbitMQMessage

        public RabbitMQMessage​(io.vertx.rabbitmq.RabbitMQMessage delegate)
      • RabbitMQMessage

        public RabbitMQMessage​(Object delegate)
    • Method Detail

      • getDelegate

        public io.vertx.rabbitmq.RabbitMQMessage getDelegate()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • body

        public Buffer body()
        Returns:
        the message body
      • consumerTag

        public String consumerTag()
        Returns:
        the consumer tag associated with the consumer
      • envelope

        public com.rabbitmq.client.Envelope envelope()
        Returns:
        packaging data for the message
      • properties

        public com.rabbitmq.client.BasicProperties properties()
        Returns:
        content header data for the message
      • newInstance

        public static RabbitMQMessage newInstance​(io.vertx.rabbitmq.RabbitMQMessage arg)