Uses of Class
io.vertx.rabbitmq.RabbitMQPublisherOptions
-
Packages that use RabbitMQPublisherOptions Package Description io.vertx.rabbitmq io.vertx.reactivex.rabbitmq io.vertx.rxjava3.rabbitmq -
-
Uses of RabbitMQPublisherOptions in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq that return RabbitMQPublisherOptions Modifier and Type Method Description RabbitMQPublisherOptions
RabbitMQPublisherOptions. setMaxInternalQueueSize(int maxInternalQueueSize)
RabbitMQPublisherOptions
RabbitMQPublisherOptions. setReconnectAttempts(Integer reconnectAttempts)
Set the number of reconnect attempts to attempt when connecting, thenull
value disables it.RabbitMQPublisherOptions
RabbitMQPublisherOptions. setReconnectInterval(long reconnectInterval)
Set the delay in milliseconds between connection retries.Methods in io.vertx.rabbitmq with parameters of type RabbitMQPublisherOptions Modifier and Type Method Description static RabbitMQPublisher
RabbitMQPublisher. create(Vertx vertx, RabbitMQClient client, RabbitMQPublisherOptions options)
Create and return a publisher using the specified client.Constructors in io.vertx.rabbitmq with parameters of type RabbitMQPublisherOptions Constructor Description RabbitMQPublisherOptions(RabbitMQPublisherOptions that)
-
Uses of RabbitMQPublisherOptions in io.vertx.reactivex.rabbitmq
Methods in io.vertx.reactivex.rabbitmq with parameters of type RabbitMQPublisherOptions Modifier and Type Method Description static RabbitMQPublisher
RabbitMQPublisher. create(Vertx vertx, RabbitMQClient client, RabbitMQPublisherOptions options)
Create and return a publisher using the specified client. -
Uses of RabbitMQPublisherOptions in io.vertx.rxjava3.rabbitmq
Methods in io.vertx.rxjava3.rabbitmq with parameters of type RabbitMQPublisherOptions Modifier and Type Method Description static RabbitMQPublisher
RabbitMQPublisher. create(Vertx vertx, RabbitMQClient client, RabbitMQPublisherOptions options)
Create and return a publisher using the specified client.
-