Uses of Class
org.springframework.kafka.retrytopic.RetryTopicConfigurationSupport.BlockingRetriesConfigurer
Packages that use RetryTopicConfigurationSupport.BlockingRetriesConfigurer
-
Uses of RetryTopicConfigurationSupport.BlockingRetriesConfigurer in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic that return RetryTopicConfigurationSupport.BlockingRetriesConfigurerModifier and TypeMethodDescriptionSet theBackOff
that should be used with the blocking retry mechanism.RetryTopicConfigurationSupport.BlockingRetriesConfigurer.retryOn
(Class<? extends Exception>... exceptions) Set the exceptions that should be retried by the blocking retry mechanism.Methods in org.springframework.kafka.retrytopic with parameters of type RetryTopicConfigurationSupport.BlockingRetriesConfigurerModifier and TypeMethodDescriptionprotected void
RetryTopicConfigurationSupport.configureBlockingRetries
(RetryTopicConfigurationSupport.BlockingRetriesConfigurer blockingRetries) Override this method to configure blocking retries parameters such as exceptions to be retried and theBackOff
to be used.