Uses of Class
org.springframework.kafka.retrytopic.DestinationTopic
Packages that use DestinationTopic
-
Uses of DestinationTopic in org.springframework.kafka.retrytopic
Fields in org.springframework.kafka.retrytopic with type parameters of type DestinationTopicModifier and TypeFieldDescriptionprotected final Map<String,
List<DestinationTopic>> DestinationTopicProcessor.Context.destinationsByTopicMap
Methods in org.springframework.kafka.retrytopic that return DestinationTopicModifier and TypeMethodDescriptionDefaultDestinationTopicResolver.getDestinationTopicByName
(String topic) DestinationTopicContainer.getDestinationTopicByName
(String topicName) Returns the DestinationTopic instance registered for that topic.protected DestinationTopic
DefaultDestinationTopicResolver.DestinationTopicHolder.getNextDestination()
protected DestinationTopic
DefaultDestinationTopicResolver.DestinationTopicHolder.getSourceDestination()
DefaultDestinationTopicResolver.resolveDestinationTopic
(String topic, Integer attempt, Exception e, long originalTimestamp) DestinationTopicResolver.resolveDestinationTopic
(String topic, Integer attempt, Exception e, long originalTimestamp) Resolves the destination topic for the failed message.Methods in org.springframework.kafka.retrytopic with parameters of type DestinationTopicModifier and TypeMethodDescriptionprotected org.apache.kafka.common.TopicPartition
DeadLetterPublishingRecovererFactory.resolveTopicPartition
(org.apache.kafka.clients.consumer.ConsumerRecord<?, ?> cr, DestinationTopic nextDestination) Creates and returns theTopicPartition
, where the original record should be forwarded.Method parameters in org.springframework.kafka.retrytopic with type arguments of type DestinationTopicModifier and TypeMethodDescriptionvoid
DefaultDestinationTopicResolver.addDestinationTopics
(List<DestinationTopic> destinationsToAdd) void
DestinationTopicContainer.addDestinationTopics
(List<DestinationTopic> destinationTopics) Adds the provided destination topics to the container.Constructors in org.springframework.kafka.retrytopic with parameters of type DestinationTopicModifierConstructorDescriptionDestinationTopic
(String destinationName, DestinationTopic sourceDestinationtopic, String suffix, org.springframework.kafka.retrytopic.DestinationTopic.Type type)