| Package | Description | 
|---|---|
| io.vertx.rabbitmq | |
| io.vertx.reactivex.rabbitmq | |
| io.vertx.rxjava.rabbitmq | 
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static RabbitMQPublisher | 
RabbitMQPublisher.create(Vertx vertx,
      RabbitMQClient client,
      RabbitMQPublisherOptions options)
Create and return a publisher using the specified client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RabbitMQClient | 
RabbitMQClient.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static RabbitMQClient | 
RabbitMQClient.newInstance(RabbitMQClient arg)  | 
| Constructor and Description | 
|---|
RabbitMQClient(RabbitMQClient delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
RabbitMQClient | 
RabbitMQClient.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static RabbitMQClient | 
RabbitMQClient.newInstance(RabbitMQClient arg)  | 
| Constructor and Description | 
|---|
RabbitMQClient(RabbitMQClient delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.