Uses of Interface
io.vertx.amqp.AmqpConnection
-
Packages that use AmqpConnection Package Description io.vertx.amqp io.vertx.reactivex.amqp io.vertx.rxjava3.amqp -
-
Uses of AmqpConnection in io.vertx.amqp
Methods in io.vertx.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.Methods in io.vertx.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. -
Uses of AmqpConnection in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return AmqpConnection Modifier and Type Method Description AmqpConnection
AmqpConnection. getDelegate()
Methods in io.vertx.reactivex.amqp with parameters of type AmqpConnection Modifier and Type Method Description static AmqpConnection
AmqpConnection. newInstance(AmqpConnection arg)
Constructors in io.vertx.reactivex.amqp with parameters of type AmqpConnection Constructor Description AmqpConnection(AmqpConnection delegate)
-
Uses of AmqpConnection in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return AmqpConnection Modifier and Type Method Description AmqpConnection
AmqpConnection. getDelegate()
Methods in io.vertx.rxjava3.amqp with parameters of type AmqpConnection Modifier and Type Method Description static AmqpConnection
AmqpConnection. newInstance(AmqpConnection arg)
Constructors in io.vertx.rxjava3.amqp with parameters of type AmqpConnection Constructor Description AmqpConnection(AmqpConnection delegate)
-