Package io.vertx.amqp
-
Interface Summary Interface 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. -
Class Summary Class Description AmqpClientOptions Configures the AMQP Client.AmqpClientOptionsConverter Converter and mapper forAmqpClientOptions
.AmqpReceiverOptions Configures the AMQP Receiver.AmqpReceiverOptionsConverter Converter and mapper forAmqpReceiverOptions
.AmqpSenderOptions Configures the AMQP Sender.AmqpSenderOptionsConverter Converter and mapper forAmqpSenderOptions
.