Package | Description |
---|---|
io.vertx.rxjava3.amqp |
Modifier and Type | Field and Description |
---|---|
static TypeArg<AmqpClient> |
AmqpClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static AmqpClient |
AmqpClient.create(io.vertx.amqp.AmqpClientOptions options)
Creates a new instance of
AmqpClient using an internal Vert.x instance (with default configuration) and
the given AMQP client configuration. |
static AmqpClient |
AmqpClient.create(Vertx vertx,
io.vertx.amqp.AmqpClientOptions options)
Creates a new instance of
AmqpClient with the given Vert.x instance and the given options. |
static AmqpClient |
AmqpClient.newInstance(io.vertx.amqp.AmqpClient arg) |
Copyright © 2022 Eclipse. All rights reserved.