Uses of Class
io.vertx.reactivex.amqp.AmqpClient
Packages that use AmqpClient
-
Uses of AmqpClient in io.vertx.reactivex.amqp
Fields in io.vertx.reactivex.amqp with type parameters of type AmqpClientModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<AmqpClient> AmqpClient.__TYPE_ARGMethods in io.vertx.reactivex.amqp that return AmqpClientModifier and TypeMethodDescriptionstatic AmqpClientAmqpClient.create(AmqpClientOptions options) Creates a new instance ofAmqpClientusing an internal Vert.x instance (with default configuration) and the given AMQP client configuration.static AmqpClientAmqpClient.create(Vertx vertx, AmqpClientOptions options) Creates a new instance ofAmqpClientwith the given Vert.x instance and the given options.static AmqpClientAmqpClient.newInstance(AmqpClient arg)