Class RabbitMQMessageConverter.OutgoingRabbitMQMessage
java.lang.Object
io.smallrye.reactive.messaging.rabbitmq.RabbitMQMessageConverter.OutgoingRabbitMQMessage
- Enclosing class:
- RabbitMQMessageConverter
Represents an outgoing RabbitMQ message.
-
Method Summary
Modifier and TypeMethodDescriptionio.vertx.mutiny.core.buffer.BuffergetBody()The body of this message.com.rabbitmq.client.BasicPropertiesThe properties for this message.The routing key for this message.
-
Method Details
-
getBody
public io.vertx.mutiny.core.buffer.Buffer getBody()The body of this message.- Returns:
- the body
-
getRoutingKey
The routing key for this message.- Returns:
- the routing key
-
getProperties
public com.rabbitmq.client.BasicProperties getProperties()The properties for this message.- Returns:
- the properties
-