Uses of Class
io.vertx.mutiny.amqp.AmqpClient
- 
Packages that use AmqpClient Package Description io.vertx.mutiny.amqp  - 
- 
Uses of AmqpClient in io.vertx.mutiny.amqp
Fields in io.vertx.mutiny.amqp with type parameters of type AmqpClient Modifier and Type Field Description static TypeArg<AmqpClient>AmqpClient. __TYPE_ARGMethods in io.vertx.mutiny.amqp that return AmqpClient Modifier and Type Method Description AmqpClientAmqpClient. connectAndForget()Variant ofconnect()that ignores the result of the operation.static AmqpClientAmqpClient. create(io.vertx.amqp.AmqpClientOptions options)static AmqpClientAmqpClient. create(Vertx vertx, io.vertx.amqp.AmqpClientOptions options)AmqpClientAmqpClient. createReceiverAndForget(String address)Variant ofcreateReceiver(String)that ignores the result of the operation.AmqpClientAmqpClient. createReceiverAndForget(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions)Variant ofcreateReceiver(String,AmqpReceiverOptions)that ignores the result of the operation.AmqpClientAmqpClient. createSenderAndForget(String address)Variant ofcreateSender(String)that ignores the result of the operation.AmqpClientAmqpClient. createSenderAndForget(String address, io.vertx.amqp.AmqpSenderOptions options)Variant ofcreateSender(String,AmqpSenderOptions)that ignores the result of the operation.static AmqpClientAmqpClient. newInstance(io.vertx.amqp.AmqpClient arg) 
 -