Uses of Class
io.vertx.mutiny.amqp.AmqpConnection
Packages that use AmqpConnection
-
Uses of AmqpConnection in io.vertx.mutiny.amqp
Fields in io.vertx.mutiny.amqp with type parameters of type AmqpConnectionMethods in io.vertx.mutiny.amqp that return AmqpConnectionModifier and TypeMethodDescriptionAmqpConnection.closeAndForget()Closes the AMQP connection, i.e. allows the Close frame to be emitted.AmqpConnection.closeFutureAndForget()Unlike the bare Vert.x variant, this method ignores theVoidresult or any failure.AmqpClient.connectAndAwait()Connects to the AMQP broker or router.AmqpReceiver.connection()Gets the connection having created the receiver.AmqpSender.connection()Gets the connection having created the sender.AmqpConnection.createAnonymousSenderAndForget()Creates an anonymous sender.AmqpConnection.createDynamicReceiverAndForget()Creates a dynamic receiver.AmqpConnection.createReceiverAndForget(String address) Creates a receiver used to consume messages from the given address.AmqpConnection.createReceiverAndForget(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions) Creates a receiver used to consumer messages from the given address.AmqpConnection.createSenderAndForget(String address) Creates a sender used to send messages to the given address.AmqpConnection.createSenderAndForget(String address, io.vertx.amqp.AmqpSenderOptions options) Creates a sender used to send messages to the given address.AmqpConnection.exceptionHandler(Consumer<Throwable> handler) Registers a handler called on disconnection.static AmqpConnectionAmqpConnection.newInstance(io.vertx.amqp.AmqpConnection delegate) Creates a new instance of theAmqpConnection.Methods in io.vertx.mutiny.amqp that return types with arguments of type AmqpConnectionModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AmqpConnection>AmqpClient.connect()Connects to the AMQP broker or router.