Uses of Class
org.springframework.kafka.retrytopic.RetryTopicConfigurationSupport.CustomizersConfigurer
-
Uses of RetryTopicConfigurationSupport.CustomizersConfigurer in org.springframework.kafka.retrytopic
Modifier and TypeMethodDescriptionRetryTopicConfigurationSupport.CustomizersConfigurer.customizeDeadLetterPublishingRecoverer
(Consumer<DeadLetterPublishingRecoverer> dlprCustomizer) Customize theDeadLetterPublishingRecoverer
that will be used to forward the records to the retry topics and DLT.RetryTopicConfigurationSupport.CustomizersConfigurer.customizeErrorHandler
(Consumer<DefaultErrorHandler> errorHandlerCustomizer) Customize theCommonErrorHandler
instances that will be used for the feature.RetryTopicConfigurationSupport.CustomizersConfigurer.customizeListenerContainer
(Consumer<ConcurrentMessageListenerContainer<?, ?>> listenerContainerCustomizer) Customize theConcurrentMessageListenerContainer
instances created for the retry and DLT consumers.Modifier and TypeMethodDescriptionprotected void
RetryTopicConfigurationSupport.configureCustomizers
(RetryTopicConfigurationSupport.CustomizersConfigurer customizersConfigurer) Override this method to configure customizers for components created by non-blocking retries' configuration, such asMessageListenerContainer
,DeadLetterPublishingRecoverer
andDefaultErrorHandler
.