Class RabbitMQMessage
java.lang.Object
io.vertx.rxjava3.rabbitmq.RabbitMQMessage
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbody()com.rabbitmq.client.Envelopeenvelope()booleaninthashCode()static RabbitMQMessagecom.rabbitmq.client.BasicPropertiestoString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
RabbitMQMessage
-
RabbitMQMessage
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
body
- Returns:
- the message body
-
consumerTag
- Returns:
- the consumer tag associated with the consumer
-
messageCount
- Returns:
- the message count for messages obtained with
RabbitMQClient.basicGet(String, boolean)
-
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
-