Package io.vertx.mutiny.rabbitmq
Class RabbitMQMessage
java.lang.Object
io.vertx.mutiny.rabbitmq.RabbitMQMessage
- All Implemented Interfaces:
MutinyDelegate
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.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRabbitMQMessage
(io.vertx.rabbitmq.RabbitMQMessage delegate) RabbitMQMessage
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionbody()
com.rabbitmq.client.Envelope
envelope()
boolean
io.vertx.rabbitmq.RabbitMQMessage
int
hashCode()
static RabbitMQMessage
newInstance
(io.vertx.rabbitmq.RabbitMQMessage arg) com.rabbitmq.client.BasicProperties
toString()
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
RabbitMQMessage
public RabbitMQMessage(io.vertx.rabbitmq.RabbitMQMessage delegate) -
RabbitMQMessage
-
-
Method Details
-
getDelegate
public io.vertx.rabbitmq.RabbitMQMessage getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
-
equals
-
hashCode
public int hashCode() -
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(java.lang.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
-