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_ARG
Methods in io.vertx.mutiny.amqp that return AmqpClient Modifier and Type Method Description AmqpClient
AmqpClient. connectAndForget()
Variant ofconnect()
that ignores the result of the operation.static AmqpClient
AmqpClient. create(io.vertx.amqp.AmqpClientOptions options)
static AmqpClient
AmqpClient. create(Vertx vertx, io.vertx.amqp.AmqpClientOptions options)
AmqpClient
AmqpClient. createReceiverAndForget(String address)
Variant ofcreateReceiver(String)
that ignores the result of the operation.AmqpClient
AmqpClient. createReceiverAndForget(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions)
Variant ofcreateReceiver(String,AmqpReceiverOptions)
that ignores the result of the operation.AmqpClient
AmqpClient. createSenderAndForget(String address)
Variant ofcreateSender(String)
that ignores the result of the operation.AmqpClient
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)
-