Package | Description |
---|---|
io.vertx.rxjava3.amqp |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<AmqpClient> |
AmqpClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static AmqpClient |
AmqpClient.create(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,
AmqpClientOptions options)
Creates a new instance of
AmqpClient with the given Vert.x instance and the given options. |
static AmqpClient |
AmqpClient.newInstance(AmqpClient arg) |
Copyright © 2021 Eclipse. All rights reserved.