Package | Description |
---|---|
io.vertx.amqp | |
io.vertx.reactivex.amqp | |
io.vertx.rxjava.amqp |
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 void |
AmqpClientOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
AmqpClientOptions obj) |
static void |
AmqpClientOptionsConverter.toJson(AmqpClientOptions obj,
JsonObject json) |
static void |
AmqpClientOptionsConverter.toJson(AmqpClientOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
AmqpClientOptions(AmqpClientOptions other) |
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. |
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. |
Copyright © 2020 Eclipse. All rights reserved.