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, ListenerContainerRegistry registry, ObjectProvider<RetryTopicComponentFactory> componentFactoryProvider, RetryTopicSchedulerWrapper wrapper, TaskScheduler taskScheduler) Create theKafkaConsumerBackoffManager
instance that will be used to back off partitions.