Uses of Class
org.springframework.kafka.retrytopic.RetryTopicConfigurationSupport.KafkaBackOffManagerConfigurer
Packages that use RetryTopicConfigurationSupport.KafkaBackOffManagerConfigurer
-
Uses of RetryTopicConfigurationSupport.KafkaBackOffManagerConfigurer in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic that return RetryTopicConfigurationSupport.KafkaBackOffManagerConfigurerModifier and TypeMethodDescriptionRetryTopicConfigurationSupport.KafkaBackOffManagerConfigurer.disableTimingAdjustment()
Disable timing adjustment for the delays.Set theClock
instance to be used with theKafkaConsumerBackoffManager
.RetryTopicConfigurationSupport.KafkaBackOffManagerConfigurer.setMaxThreadPoolSize
(int maxThreadPoolSize) Set the maximum thread pool size to be used by theWakingKafkaConsumerTimingAdjuster
.Methods in org.springframework.kafka.retrytopic with parameters of type RetryTopicConfigurationSupport.KafkaBackOffManagerConfigurerModifier and TypeMethodDescriptionprotected void
RetryTopicConfigurationSupport.configureKafkaBackOffManager
(RetryTopicConfigurationSupport.KafkaBackOffManagerConfigurer backOffManagerConfigurer) Override this method to configure theKafkaConsumerBackoffManager
.