Package io.smallrye.reactive.messaging.rabbitmq
package io.smallrye.reactive.messaging.rabbitmq
-
ClassDescriptionAn implementation of
Message
suitable for incoming RabbitMQ messages.Holds metadata from an incoming RabbitMQ message.Used to represent RabbitMQ metadata in on outgoing message.Allows the builder-style construction ofOutgoingRabbitMQMetadata
Extracts the common configuration for thesmallrye-rabbitmq
connector.Extract the incoming configuration for thesmallrye-rabbitmq
connector.Extract the outgoing configuration for thesmallrye-rabbitmq
connector.Utility class which can handle the transformation of aMessage
to anRabbitMQMessageConverter.OutgoingRabbitMQMessage
.Represents an outgoing RabbitMQ message.An implementation ofFlow.Processor
andFlow.Subscription
that is responsible for sending RabbitMQ messages to an external broker.Additional nack metadata that specifies flags for the 'basic.reject' operation.