Class DestinationTopicPropertiesFactory


  • public class DestinationTopicPropertiesFactory
    extends java.lang.Object
    Creates a list of DestinationTopic.Properties based on the provided configurations.
    Since:
    2.7
    Author:
    Tomaz Fernandes
    • Constructor Detail

      • DestinationTopicPropertiesFactory

        public DestinationTopicPropertiesFactory​(java.lang.String retryTopicSuffix,
                                                 java.lang.String dltSuffix,
                                                 int maxAttempts,
                                                 org.springframework.retry.backoff.BackOffPolicy backOffPolicy,
                                                 org.springframework.classify.BinaryExceptionClassifier exceptionClassifier,
                                                 int numPartitions,
                                                 KafkaOperations<?,​?> kafkaOperations,
                                                 FixedDelayStrategy fixedDelayStrategy,
                                                 DltStrategy dltStrategy,
                                                 TopicSuffixingStrategy topicSuffixingStrategy,
                                                 long timeout)