Uses of Interface
io.vertx.amqp.AmqpClient
-
Packages that use AmqpClient Package Description io.vertx.amqp io.vertx.reactivex.amqp io.vertx.rxjava3.amqp -
-
Uses of AmqpClient in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpClient Modifier and Type Method Description static AmqpClient
AmqpClient. create(AmqpClientOptions options)
Creates a new instance ofAmqpClient
using an internal Vert.x instance (with default configuration) and the given AMQP client configuration.static AmqpClient
AmqpClient. create(Vertx vertx, AmqpClientOptions options)
Creates a new instance ofAmqpClient
with the given Vert.x instance and the given options. -
Uses of AmqpClient in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return AmqpClient Modifier and Type Method Description AmqpClient
AmqpClient. getDelegate()
Methods in io.vertx.reactivex.amqp with parameters of type AmqpClient Modifier and Type Method Description static AmqpClient
AmqpClient. newInstance(AmqpClient arg)
Constructors in io.vertx.reactivex.amqp with parameters of type AmqpClient Constructor Description AmqpClient(AmqpClient delegate)
-
Uses of AmqpClient in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return AmqpClient Modifier and Type Method Description AmqpClient
AmqpClient. getDelegate()
Methods in io.vertx.rxjava3.amqp with parameters of type AmqpClient Modifier and Type Method Description static AmqpClient
AmqpClient. newInstance(AmqpClient arg)
Constructors in io.vertx.rxjava3.amqp with parameters of type AmqpClient Constructor Description AmqpClient(AmqpClient delegate)
-