- setAddresses(List<Address>) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set multiple addresses for cluster mode.
- setAutoAck(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
-
- setAutomaticRecoveryEnabled(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Enables or disables automatic connection recovery.
- setConnectionRetries(Integer) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the number of connection retries to attempt when connecting, the null value disables it.
- setConnectionRetryDelay(long) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the delay in milliseconds between connection retries.
- setConnectionTimeout(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the TCP connection timeout, in milliseconds, zero for infinite).
- setHandshakeTimeout(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the AMQP 0-9-1 protocol handshake timeout, in milliseconds
- setHost(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the default host to use for connections.
- setIncludeProperties(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set wether to include properties when a broker message is passed on the event bus
- setKeepMostRecent(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
-
- setMaxInternalQueueSize(int) - Method in class io.vertx.rabbitmq.QueueOptions
-
- setNetworkRecoveryInterval(long) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is 5000
- setPassword(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the password to use when connecting to the broker.
- setPort(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the default port to use for connections.
- setRequestedChannelMax(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the initially requested maximum channel number, zero for unlimited.
- setRequestedHeartbeat(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the initially requested heartbeat interval, in seconds, zero for none.
- setUri(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- setUser(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the AMQP user name to use when connecting to the broker.
- setVirtualHost(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
Set the virtual host to use when connecting to the broker.
- start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Start the rabbitMQ client.
- stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Stop the rabbitMQ client.