Uses of Interface
org.springframework.kafka.retrytopic.DestinationTopicResolver
Packages that use DestinationTopicResolver
-
Uses of DestinationTopicResolver in org.springframework.kafka.retrytopic
Classes in org.springframework.kafka.retrytopic that implement DestinationTopicResolverModifier and TypeClassDescriptionclass
Default implementation of theDestinationTopicResolver
interface.Methods in org.springframework.kafka.retrytopic that return DestinationTopicResolverModifier and TypeMethodDescriptionRetryTopicComponentFactory.destinationTopicResolver()
Create the instance ofDestinationTopicResolver
that will be used to store theDestinationTopic
instance and resolve which a given record should be forwarded to.RetryTopicConfigurationSupport.destinationTopicResolver
(ObjectProvider<RetryTopicComponentFactory> componentFactoryProvider) Return a globalDestinationTopicResolver
for resolving theDestinationTopic
to which a givenConsumerRecord
should be sent for retry.Methods in org.springframework.kafka.retrytopic that return types with arguments of type DestinationTopicResolverModifier and TypeMethodDescriptionprotected Consumer<DestinationTopicResolver>
RetryTopicConfigurationSupport.configureDestinationTopicResolver()
Override this method to configure theDestinationTopicResolver
.Methods in org.springframework.kafka.retrytopic with parameters of type DestinationTopicResolverModifier and TypeMethodDescriptionRetryTopicComponentFactory.deadLetterPublishingRecovererFactory
(DestinationTopicResolver destinationTopicResolver) Create theDeadLetterPublishingRecovererFactory
that will be used to create theDeadLetterPublishingRecoverer
to forward the records to a givenDestinationTopic
.RetryTopicComponentFactory.destinationTopicProcessor
(DestinationTopicResolver destinationTopicResolver) Create theDestinationTopicProcessor
that will be used to process theDestinationTopic
instances and store them in the providedDestinationTopicResolver
.RetryTopicConfigurationSupport.retryTopicConfigurer
(KafkaConsumerBackoffManager kafkaConsumerBackoffManager, DestinationTopicResolver destinationTopicResolver, ObjectProvider<RetryTopicComponentFactory> componentFactoryProvider, BeanFactory beanFactory) Return a globalRetryTopicConfigurer
for configuring retry topics forKafkaListenerEndpoint
instances with a correspondingRetryTopicConfiguration
.Constructors in org.springframework.kafka.retrytopic with parameters of type DestinationTopicResolverModifierConstructorDescriptionDeadLetterPublishingRecovererFactory
(DestinationTopicResolver destinationTopicResolver) DefaultDestinationTopicProcessor
(DestinationTopicResolver destinationTopicResolver)