Uses of Class
io.vertx.reactivex.amqp.AmqpConnection
-
Packages that use AmqpConnection Package Description io.vertx.reactivex.amqp -
-
Uses of AmqpConnection in io.vertx.reactivex.amqp
Fields in io.vertx.reactivex.amqp with type parameters of type AmqpConnection Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<AmqpConnection>
AmqpConnection. __TYPE_ARG
Methods in io.vertx.reactivex.amqp that return AmqpConnection Modifier and Type Method Description AmqpConnection
AmqpReceiver. connection()
Gets the connection having created the receiver.AmqpConnection
AmqpSender. connection()
Gets the connection having created the sender.AmqpConnection
AmqpConnection. exceptionHandler(Handler<Throwable> handler)
Registers a handler called on disconnection.static AmqpConnection
AmqpConnection. newInstance(AmqpConnection arg)
Methods in io.vertx.reactivex.amqp that return types with arguments of type AmqpConnection Modifier and Type Method Description Future<AmqpConnection>
AmqpClient. connect()
Connects to the AMQP broker or router.Single<AmqpConnection>
AmqpClient. rxConnect()
Connects to the AMQP broker or router.
-