Package | Description |
---|---|
io.vertx.rabbitmq | |
io.vertx.reactivex.rabbitmq | |
io.vertx.rxjava.rabbitmq |
Modifier and Type | Method and Description |
---|---|
RabbitMQPublisherOptions |
RabbitMQPublisherOptions.setMaxInternalQueueSize(int maxInternalQueueSize) |
RabbitMQPublisherOptions |
RabbitMQPublisherOptions.setReconnectAttempts(Integer reconnectAttempts)
Set the number of reconnect attempts to attempt when connecting, the
null value disables it. |
RabbitMQPublisherOptions |
RabbitMQPublisherOptions.setReconnectInterval(long reconnectInterval)
Set the delay in milliseconds between connection retries.
|
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.
|
static void |
RabbitMQPublisherOptionsConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
RabbitMQPublisherOptions obj) |
static void |
RabbitMQPublisherOptionsConverter.toJson(RabbitMQPublisherOptions obj,
JsonObject json) |
static void |
RabbitMQPublisherOptionsConverter.toJson(RabbitMQPublisherOptions obj,
Map<String,Object> json) |
Constructor and Description |
---|
RabbitMQPublisherOptions(RabbitMQPublisherOptions that) |
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 |
---|---|
static RabbitMQPublisher |
RabbitMQPublisher.create(Vertx vertx,
RabbitMQClient client,
RabbitMQPublisherOptions options)
Create and return a publisher using the specified client.
|
Copyright © 2021 Eclipse. All rights reserved.