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.connectAndForget()
Variant ofconnect()
that ignores the result of the operation.static AmqpClient
AmqpClient.create
(io.vertx.amqp.AmqpClientOptions options) static AmqpClient
AmqpClient.createReceiverAndForget
(String address) Variant ofcreateReceiver(String)
that ignores the result of the operation.AmqpClient.createReceiverAndForget
(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions) Variant ofcreateReceiver(String,AmqpReceiverOptions)
that ignores the result of the operation.AmqpClient.createSenderAndForget
(String address) Variant ofcreateSender(String)
that ignores the result of the operation.AmqpClient.createSenderAndForget
(String address, io.vertx.amqp.AmqpSenderOptions options) Variant ofcreateSender(String,AmqpSenderOptions)
that ignores the result of the operation.static AmqpClient
AmqpClient.newInstance
(io.vertx.amqp.AmqpClient arg)