Uses of Class
io.vertx.rabbitmq.RabbitMQPublisherOptions
Packages that use RabbitMQPublisherOptions
-
Uses of RabbitMQPublisherOptions in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq that return RabbitMQPublisherOptionsModifier and TypeMethodDescriptionRabbitMQPublisherOptions.setMaxInternalQueueSize(int maxInternalQueueSize) RabbitMQPublisherOptions.setReconnectAttempts(Integer reconnectAttempts) Set the number of reconnect attempts to attempt when connecting, thenullvalue disables it.RabbitMQPublisherOptions.setReconnectInterval(long reconnectInterval) Set the delay in milliseconds between connection retries.Methods in io.vertx.rabbitmq with parameters of type RabbitMQPublisherOptionsModifier and TypeMethodDescriptionstatic RabbitMQPublisherRabbitMQPublisher.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 -
Uses of RabbitMQPublisherOptions in io.vertx.reactivex.rabbitmq
Methods in io.vertx.reactivex.rabbitmq with parameters of type RabbitMQPublisherOptionsModifier and TypeMethodDescriptionstatic RabbitMQPublisherRabbitMQPublisher.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 RabbitMQPublisherOptionsModifier and TypeMethodDescriptionstatic RabbitMQPublisherRabbitMQPublisher.create(Vertx vertx, RabbitMQClient client, RabbitMQPublisherOptions options) Create and return a publisher using the specified client.