| Modifier and Type | Method and Description |
|---|---|
static RabbitMQClient |
RabbitMQClient.create(Vertx vertx)
Create and return a client configured with the default options.
|
static RabbitMQClient |
RabbitMQClient.create(Vertx vertx,
JsonObject config)
Like
create(Vertx, RabbitMQOptions) but with a JsonObject config object. |
static RabbitMQClient |
RabbitMQClient.create(Vertx vertx,
RabbitMQOptions config)
Create and return a client.
|
Copyright © 2019 Eclipse. All rights reserved.