Uses of Class
org.springframework.kafka.retrytopic.DeadLetterPublishingRecovererFactory
Packages that use DeadLetterPublishingRecovererFactory
-
Uses of DeadLetterPublishingRecovererFactory in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic that return DeadLetterPublishingRecovererFactoryModifier and TypeMethodDescriptionRetryTopicComponentFactory.deadLetterPublishingRecovererFactory
(DestinationTopicResolver destinationTopicResolver) Create theDeadLetterPublishingRecovererFactory
that will be used to create theDeadLetterPublishingRecoverer
to forward the records to a givenDestinationTopic
.Methods in org.springframework.kafka.retrytopic that return types with arguments of type DeadLetterPublishingRecovererFactoryModifier and TypeMethodDescriptionprotected Consumer<DeadLetterPublishingRecovererFactory>
RetryTopicConfigurationSupport.configureDeadLetterPublishingContainerFactory()
Override this method to further configure theDeadLetterPublishingRecovererFactory
.Methods in org.springframework.kafka.retrytopic with parameters of type DeadLetterPublishingRecovererFactoryModifier and TypeMethodDescriptionRetryTopicComponentFactory.listenerContainerFactoryConfigurer
(KafkaConsumerBackoffManager kafkaConsumerBackoffManager, DeadLetterPublishingRecovererFactory deadLetterPublishingRecovererFactory, Clock clock) Create aListenerContainerFactoryConfigurer
that will be used to configure theKafkaListenerContainerFactory
resolved by theListenerContainerFactoryResolver
.Constructors in org.springframework.kafka.retrytopic with parameters of type DeadLetterPublishingRecovererFactoryModifierConstructorDescriptionListenerContainerFactoryConfigurer
(KafkaConsumerBackoffManager kafkaConsumerBackoffManager, DeadLetterPublishingRecovererFactory deadLetterPublishingRecovererFactory, Clock clock)