| 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(io.vertx.core.Vertx vertx,
RabbitMQClient client,
RabbitMQPublisherOptions options)
Create and return a publisher using the specified client.
|
| Constructor and Description |
|---|
RabbitMQPublisherOptions(RabbitMQPublisherOptions that) |
Copyright © 2024 Eclipse. All rights reserved.