Uses of Class
io.vertx.mutiny.amqp.AmqpClient
Packages that use AmqpClient
-
Uses of AmqpClient in io.vertx.mutiny.amqp
Fields in io.vertx.mutiny.amqp with type parameters of type AmqpClientMethods in io.vertx.mutiny.amqp that return AmqpClientModifier and TypeMethodDescriptionAmqpClient.closeAndForget()Closes the client.AmqpClient.connectAndForget()Connects to the AMQP broker or router.static AmqpClientAmqpClient.create(io.vertx.amqp.AmqpClientOptions options) Creates a new instance ofAmqpClientusing an internal Vert.x instance (with default configuration) and the given AMQP client configuration.static AmqpClientCreates a new instance ofAmqpClientwith the given Vert.x instance and the given options.AmqpClient.createReceiverAndForget(String address) Creates a receiver used to consume messages from the given address.AmqpClient.createReceiverAndForget(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpClient.createSenderAndForget(String address) Creates a sender used to send messages to the given address.AmqpClient.createSenderAndForget(String address, io.vertx.amqp.AmqpSenderOptions options) Creates a sender used to send messages to the given address.static AmqpClientAmqpClient.newInstance(io.vertx.amqp.AmqpClient delegate) Creates a new instance of theAmqpClient.