Uses of Class
org.springframework.kafka.retrytopic.DeadLetterPublishingRecovererFactory
-
Uses of DeadLetterPublishingRecovererFactory in org.springframework.kafka.retrytopic
Modifier and TypeMethodDescriptionRetryTopicComponentFactory.deadLetterPublishingRecovererFactory
(DestinationTopicResolver destinationTopicResolver) Create theDeadLetterPublishingRecovererFactory
that will be used to create theDeadLetterPublishingRecoverer
to forward the records to a givenDestinationTopic
.Modifier and TypeMethodDescriptionprotected Consumer<DeadLetterPublishingRecovererFactory>
RetryTopicConfigurationSupport.configureDeadLetterPublishingContainerFactory()
Override this method to further configure theDeadLetterPublishingRecovererFactory
.Modifier and TypeMethodDescriptionRetryTopicComponentFactory.listenerContainerFactoryConfigurer
(KafkaConsumerBackoffManager kafkaConsumerBackoffManager, DeadLetterPublishingRecovererFactory deadLetterPublishingRecovererFactory, Clock clock) Create aListenerContainerFactoryConfigurer
that will be used to configure theKafkaListenerContainerFactory
resolved by theListenerContainerFactoryResolver
.ModifierConstructorDescriptionListenerContainerFactoryConfigurer
(KafkaConsumerBackoffManager kafkaConsumerBackoffManager, DeadLetterPublishingRecovererFactory deadLetterPublishingRecovererFactory, Clock clock)