Uses of Class
io.vertx.rabbitmq.RabbitMQOptions
Packages that use RabbitMQOptions
-
Uses of RabbitMQOptions in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq that return RabbitMQOptionsModifier and TypeMethodDescriptionRabbitMQOptions.setAddresses(List<com.rabbitmq.client.Address> addresses) Set multiple addresses for cluster mode.RabbitMQOptions.setAutomaticRecoveryEnabled(boolean automaticRecoveryEnabled) Enables or disables automatic connection recovery.RabbitMQOptions.setAutomaticRecoveryOnInitialConnection(boolean automaticRecoveryOnInitialConnection) Enable or disable automatic recovery on initial connections.RabbitMQOptions.setConnectionName(String connectionName) RabbitMQOptions.setConnectionTimeout(int connectionTimeout) Set the TCP connection timeout, in milliseconds,zerofor infinite).RabbitMQOptions.setCredentialsProvider(com.rabbitmq.client.impl.CredentialsProvider credentialsProvider) Provides a RabbitMQ credentials provider for using dynamic credentials.RabbitMQOptions.setCredentialsRefreshService(com.rabbitmq.client.impl.CredentialsRefreshService credentialsRefreshService) Provides a RabbitMQ credentials refresh service for refreshing dynamic credentials.RabbitMQOptions.setHandshakeTimeout(int handshakeTimeout) Set the AMQP 0-9-1 protocol handshake timeout, in millisecondsSet the default host to use for connections.RabbitMQOptions.setHostnameVerificationAlgorithm(String algorithm) RabbitMQOptions.setIncludeProperties(boolean includeProperties) Set wether to include properties when a broker message is passed on the event busRabbitMQOptions.setKeyCertOptions(KeyCertOptions options) RabbitMQOptions.setMetricsCollector(com.rabbitmq.client.MetricsCollector metricsCollector) Provides a metrics collector for RabbitMQ.RabbitMQOptions.setNetworkRecoveryInterval(long networkRecoveryInterval) Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is5000RabbitMQOptions.setPassword(String password) Set the password to use when connecting to the broker.RabbitMQOptions.setPort(int port) Set the default port to use for connections.RabbitMQOptions.setReconnectAttempts(int attempts) RabbitMQOptions.setReconnectInterval(long interval) RabbitMQOptions.setRequestedChannelMax(int requestedChannelMax) Set the initially requested maximum channel number,zerofor unlimited.RabbitMQOptions.setRequestedHeartbeat(int requestedHeartbeat) Set the initially requested heartbeat interval, in seconds,zerofor none.RabbitMQOptions.setSaslConfig(com.rabbitmq.client.DefaultSaslConfig saslConfig) Set the SASL mechanism for rabbitmq authenticationRabbitMQOptions.setSsl(boolean ssl) RabbitMQOptions.setTrustAll(boolean trustAll) RabbitMQOptions.setTrustOptions(TrustOptions options) RabbitMQOptions.setUseNio(boolean useNio) Enables or disables usage of NIO Sockets.Set the AMQP user name to use when connecting to the broker.RabbitMQOptions.setVirtualHost(String virtualHost) Set the virtual host to use when connecting to the broker.Methods in io.vertx.rabbitmq with parameters of type RabbitMQOptionsModifier and TypeMethodDescriptionstatic RabbitMQClientRabbitMQClient.create(Vertx vertx, RabbitMQOptions config) Create and return a client.Constructors in io.vertx.rabbitmq with parameters of type RabbitMQOptions -
Uses of RabbitMQOptions in io.vertx.reactivex.rabbitmq
Methods in io.vertx.reactivex.rabbitmq with parameters of type RabbitMQOptionsModifier and TypeMethodDescriptionstatic RabbitMQClientRabbitMQClient.create(Vertx vertx, RabbitMQOptions config) Create and return a client. -
Uses of RabbitMQOptions in io.vertx.rxjava3.rabbitmq
Methods in io.vertx.rxjava3.rabbitmq with parameters of type RabbitMQOptionsModifier and TypeMethodDescriptionstatic RabbitMQClientRabbitMQClient.create(Vertx vertx, RabbitMQOptions config) Create and return a client.