Uses of Class
com.rabbitmq.client.amqp.impl.AmqpEnvironmentBuilder
Packages that use AmqpEnvironmentBuilder
-
Uses of AmqpEnvironmentBuilder in com.rabbitmq.client.amqp.impl
Methods in com.rabbitmq.client.amqp.impl that return AmqpEnvironmentBuilderModifier and TypeMethodDescriptionAmqpEnvironmentBuilder.consumerExecutorService
(ExecutorService consumerExecutorService) Deprecated, for removal: This API element is subject to removal in a future version.Do not use anymoreAmqpEnvironmentBuilder.EnvironmentConnectionSettings.environmentBuilder()
The owning environment builder.AmqpEnvironmentBuilder.executorService
(ExecutorService executorService) Set executor service used for internal tasks (e.g. connection recovery).AmqpEnvironmentBuilder.metricsCollector
(MetricsCollector metricsCollector) Set up aMetricsCollector
.AmqpEnvironmentBuilder.observationCollector
(ObservationCollector observationCollector) Set up anObservationCollector
.AmqpEnvironmentBuilder.publisherExecutorService
(ExecutorService publisherExecutorService) Set executor service used to deal with broker responses after processing outbound messages.AmqpEnvironmentBuilder.scheduledExecutorService
(ScheduledExecutorService scheduledExecutorService) Set scheduled executor service used for internal tasks (e.g. connection recovery).