Uses of Class
org.springframework.kafka.retrytopic.DestinationTopic
-
Uses of DestinationTopic in org.springframework.kafka.retrytopic
Modifier and TypeFieldDescriptionprotected final Map<String,
List<DestinationTopic>> DestinationTopicProcessor.Context.destinationsByTopicMap
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
DefaultDestinationTopicResolver.addDestinationTopics
(List<DestinationTopic> destinationsToAdd) void
DestinationTopicContainer.addDestinationTopics
(List<DestinationTopic> destinationTopics) Adds the provided destination topics to the container.ModifierConstructorDescriptionDestinationTopic
(String destinationName, DestinationTopic sourceDestinationtopic, String suffix, org.springframework.kafka.retrytopic.DestinationTopic.Type type)