Uses of Class
io.vertx.reactivex.amqp.AmqpClient
-
Packages that use AmqpClient Package Description io.vertx.reactivex.amqp -
-
Uses of AmqpClient in io.vertx.reactivex.amqp
Fields in io.vertx.reactivex.amqp with type parameters of type AmqpClient Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<AmqpClient>
AmqpClient. __TYPE_ARG
Methods in io.vertx.reactivex.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.static AmqpClient
AmqpClient. newInstance(AmqpClient arg)
-