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()Variant ofclose()that ignores the result of the operation.AmqpClient.connectAndAwait()Blocking variant ofAmqpClient.connect().AmqpReceiver.connection()AmqpSender.connection()AmqpConnection.createAnonymousSenderAndForget()Variant ofcreateAnonymousSender()that ignores the result of the operation.AmqpConnection.createDynamicReceiverAndForget()Variant ofcreateDynamicReceiver()that ignores the result of the operation.AmqpConnection.createReceiverAndForget(String address) Variant ofcreateReceiver(String)that ignores the result of the operation.AmqpConnection.createReceiverAndForget(String address, io.vertx.amqp.AmqpReceiverOptions receiverOptions) Variant ofcreateReceiver(String,AmqpReceiverOptions)that ignores the result of the operation.AmqpConnection.createSenderAndForget(String address) Variant ofcreateSender(String)that ignores the result of the operation.AmqpConnection.createSenderAndForget(String address, io.vertx.amqp.AmqpSenderOptions options) Variant ofcreateSender(String,AmqpSenderOptions)that ignores the result of the operation.AmqpConnection.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 AmqpConnectionModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<AmqpConnection>AmqpClient.connect()Connects to the AMQP broker or router.