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_ARGMethods in io.vertx.mutiny.amqp that return AmqpConnection Modifier and Type Method Description AmqpConnectionAmqpConnection. closeAndForget()Variant ofclose()that ignores the result of the operation.AmqpConnectionAmqpClient. connectAndAwait()Blocking variant ofAmqpClient.connect().AmqpConnectionAmqpReceiver. connection()AmqpConnectionAmqpSender. connection()AmqpConnectionAmqpConnection. createAnonymousSenderAndForget()Variant ofcreateAnonymousSender()that ignores the result of the operation.AmqpConnectionAmqpConnection. createDynamicReceiverAndForget()Variant ofcreateDynamicReceiver()that ignores the result of the operation.AmqpConnectionAmqpConnection. createReceiverAndForget(String address)Variant ofcreateReceiver(String)that ignores the result of the operation.AmqpConnectionAmqpConnection. createReceiverAndForget(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions)Variant ofcreateReceiver(String,AmqpReceiverOptions)that ignores the result of the operation.AmqpConnectionAmqpConnection. createSenderAndForget(String address)Variant ofcreateSender(String)that ignores the result of the operation.AmqpConnectionAmqpConnection. createSenderAndForget(String address, io.vertx.amqp.AmqpSenderOptions options)Variant ofcreateSender(String,AmqpSenderOptions)that ignores the result of the operation.AmqpConnectionAmqpConnection. exceptionHandler(Consumer<Throwable> handler)static AmqpConnectionAmqpConnection. 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.
-