Uses of Class
com.github.workerframework.configs.RabbitConfiguration
Packages that use RabbitConfiguration
Package
Description
-
Uses of RabbitConfiguration in com.github.workerframework.queues.rabbit
Methods in com.github.workerframework.queues.rabbit that return RabbitConfigurationMethods in com.github.workerframework.queues.rabbit with parameters of type RabbitConfigurationModifier and TypeMethodDescriptionvoid
RabbitWorkerQueueConfiguration.setRabbitConfiguration
(RabbitConfiguration rabbitConfiguration) -
Uses of RabbitConfiguration in com.github.workerframework.util.rabbitmq
Methods in com.github.workerframework.util.rabbitmq with parameters of type RabbitConfigurationModifier and TypeMethodDescriptionstatic com.rabbitmq.client.Connection
RabbitUtil.createRabbitConnection
(RabbitConfiguration rc) Create a new RabbitMQ connection with custom settings.static com.rabbitmq.client.Connection
RabbitUtil.createRabbitConnection
(RabbitConfiguration rc, com.rabbitmq.client.ExceptionHandler exceptionHandler) Create a new RabbitMQ connection with custom settings.