Uses of Interface
org.springframework.kafka.retrytopic.RetryTopicNamesProviderFactory
Packages that use RetryTopicNamesProviderFactory
-
Uses of RetryTopicNamesProviderFactory in org.springframework.kafka.retrytopic
Classes in org.springframework.kafka.retrytopic that implement RetryTopicNamesProviderFactoryModifier and TypeClassDescriptionclass
Retry and dead letter naming handling that add a suffix to each name.Constructors in org.springframework.kafka.retrytopic with parameters of type RetryTopicNamesProviderFactoryModifierConstructorDescriptionRetryTopicConfigurer
(DestinationTopicProcessor destinationTopicProcessor, ListenerContainerFactoryResolver containerFactoryResolver, ListenerContainerFactoryConfigurer listenerContainerFactoryConfigurer, BeanFactory beanFactory, RetryTopicNamesProviderFactory retryTopicNamesProviderFactory) Create an instance with the provided properties.