| Modifier and Type | Method and Description |
|---|---|
static RabbitMQClient |
RabbitMQClient.create(io.vertx.core.Vertx vertx)
Create and return a client configured with the default options.
|
static RabbitMQClient |
RabbitMQClient.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject config)
Like
create(Vertx, RabbitMQOptions) but with a JsonObject config object. |
static RabbitMQClient |
RabbitMQClient.create(io.vertx.core.Vertx vertx,
RabbitMQOptions config)
Create and return a client.
|
| Modifier and Type | Method and Description |
|---|---|
static RabbitMQPublisher |
RabbitMQPublisher.create(io.vertx.core.Vertx vertx,
RabbitMQClient client,
RabbitMQPublisherOptions options)
Create and return a publisher using the specified client.
|
Copyright © 2024 Eclipse. All rights reserved.