Uses of Class
io.vertx.mutiny.amqp.AmqpConnection
-
Packages that use AmqpConnection Package Description io.vertx.mutiny.amqp -
-
Uses of AmqpConnection in io.vertx.mutiny.amqp
Fields in io.vertx.mutiny.amqp with type parameters of type AmqpConnection Modifier and Type Field Description static TypeArg<AmqpConnection>
AmqpConnection. __TYPE_ARG
Methods in io.vertx.mutiny.amqp that return AmqpConnection Modifier and Type Method Description AmqpConnection
AmqpConnection. closeAndForget()
Variant ofclose()
that ignores the result of the operation.AmqpConnection
AmqpClient. connectAndAwait()
Blocking variant ofAmqpClient.connect()
.AmqpConnection
AmqpReceiver. connection()
AmqpConnection
AmqpSender. connection()
AmqpConnection
AmqpConnection. createAnonymousSenderAndForget()
Variant ofcreateAnonymousSender()
that ignores the result of the operation.AmqpConnection
AmqpConnection. createDynamicReceiverAndForget()
Variant ofcreateDynamicReceiver()
that ignores the result of the operation.AmqpConnection
AmqpConnection. createReceiverAndForget(String address)
Variant ofcreateReceiver(String)
that ignores the result of the operation.AmqpConnection
AmqpConnection. createReceiverAndForget(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions)
Variant ofcreateReceiver(String,AmqpReceiverOptions)
that ignores the result of the operation.AmqpConnection
AmqpConnection. createSenderAndForget(String address)
Variant ofcreateSender(String)
that ignores the result of the operation.AmqpConnection
AmqpConnection. createSenderAndForget(String address, io.vertx.amqp.AmqpSenderOptions options)
Variant ofcreateSender(String,AmqpSenderOptions)
that ignores the result of the operation.AmqpConnection
AmqpConnection. exceptionHandler(Consumer<Throwable> handler)
static AmqpConnection
AmqpConnection. newInstance(io.vertx.amqp.AmqpConnection arg)
Methods in io.vertx.mutiny.amqp that return types with arguments of type AmqpConnection Modifier and Type Method Description io.smallrye.mutiny.Uni<AmqpConnection>
AmqpClient. connect()
Connects to the AMQP broker or router.
-