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.Methods in org.springframework.kafka.retrytopic that return RetryTopicNamesProviderFactoryModifier and TypeMethodDescriptionRetryTopicComponentFactory.retryTopicNamesProviderFactory()
Create theRetryTopicNamesProviderFactory
instance that will be used to provide the property names for the retry topics'KafkaListenerEndpoint
.Methods in org.springframework.kafka.retrytopic with parameters of type RetryTopicNamesProviderFactoryModifier and TypeMethodDescriptionRetryTopicComponentFactory.retryTopicConfigurer
(DestinationTopicProcessor destinationTopicProcessor, ListenerContainerFactoryConfigurer listenerContainerFactoryConfigurer, ListenerContainerFactoryResolver factoryResolver, RetryTopicNamesProviderFactory retryTopicNamesProviderFactory) Create theRetryTopicConfigurer
that will serve as an entry point for configuring non-blocking topic-based delayed retries for a givenKafkaListenerEndpoint
, by processing the appropriateRetryTopicConfiguration
.Constructors in org.springframework.kafka.retrytopic with parameters of type RetryTopicNamesProviderFactoryModifierConstructorDescriptionEndpointCustomizerFactory
(DestinationTopic.Properties destinationProperties, EndpointHandlerMethod beanMethod, BeanFactory beanFactory, RetryTopicNamesProviderFactory retryTopicNamesProviderFactory) RetryTopicConfigurer
(DestinationTopicProcessor destinationTopicProcessor, ListenerContainerFactoryResolver containerFactoryResolver, ListenerContainerFactoryConfigurer listenerContainerFactoryConfigurer, BeanFactory beanFactory, RetryTopicNamesProviderFactory retryTopicNamesProviderFactory) Deprecated, for removal: This API element is subject to removal in a future version.RetryTopicConfigurer
(DestinationTopicProcessor destinationTopicProcessor, ListenerContainerFactoryResolver containerFactoryResolver, ListenerContainerFactoryConfigurer listenerContainerFactoryConfigurer, RetryTopicNamesProviderFactory retryTopicNamesProviderFactory) Create an instance with the provided properties.