Package io.vertx.mutiny.amqp
-
Class Summary Class Description AmqpClient AMQP Client entry point.AmqpConnection Once connected to the broker or router, you get a connection.AmqpMessage Represents an AMQP message.AmqpMessageBuilder Builder to create a newAmqpMessage
.AmqpReceiver Interface used to consume AMQP message as a stream of message.AmqpSender AMQP Sender interface used to send messages.