Uses of Class
org.springframework.kafka.retrytopic.RetryTopicSchedulerWrapper
Packages that use RetryTopicSchedulerWrapper
-
Uses of RetryTopicSchedulerWrapper in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic with parameters of type RetryTopicSchedulerWrapperModifier and TypeMethodDescriptionRetryTopicConfigurationSupport.kafkaConsumerBackoffManager
(ApplicationContext applicationContext, @Nullable ListenerContainerRegistry registry, ObjectProvider<RetryTopicComponentFactory> componentFactoryProvider, @Nullable RetryTopicSchedulerWrapper wrapper, @Nullable TaskScheduler taskScheduler) Create theKafkaConsumerBackoffManager
instance that will be used to back off partitions.