Uses of Enum Class
org.springframework.kafka.retrytopic.TopicSuffixingStrategy
Packages that use TopicSuffixingStrategy
-
Uses of TopicSuffixingStrategy in org.springframework.kafka.retrytopic
Subclasses with type arguments of type TopicSuffixingStrategy in org.springframework.kafka.retrytopicModifier and TypeClassDescriptionenum
Constants for the RetryTopic functionality.Methods in org.springframework.kafka.retrytopic that return TopicSuffixingStrategyModifier and TypeMethodDescriptionstatic TopicSuffixingStrategy
Returns the enum constant of this class with the specified name.static TopicSuffixingStrategy[]
TopicSuffixingStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.kafka.retrytopic with parameters of type TopicSuffixingStrategyModifier and TypeMethodDescriptionRetryTopicConfigurationBuilder.setTopicSuffixingStrategy
(TopicSuffixingStrategy topicSuffixingStrategy) Configure the retry topic nameTopicSuffixingStrategy
.Constructors in org.springframework.kafka.retrytopic with parameters of type TopicSuffixingStrategyModifierConstructorDescriptionDestinationTopicPropertiesFactory
(String retryTopicSuffix, String dltSuffix, List<Long> backOffValues, org.springframework.classify.BinaryExceptionClassifier exceptionClassifier, int numPartitions, KafkaOperations<?, ?> kafkaOperations, DltStrategy dltStrategy, TopicSuffixingStrategy topicSuffixingStrategy, SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy, long timeout) Construct an instance with the provided properties.DestinationTopicPropertiesFactory
(String retryTopicSuffix, String dltSuffix, List<Long> backOffValues, org.springframework.classify.BinaryExceptionClassifier exceptionClassifier, int numPartitions, KafkaOperations<?, ?> kafkaOperations, DltStrategy dltStrategy, TopicSuffixingStrategy topicSuffixingStrategy, SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy, long timeout, Map<String, Set<Class<? extends Throwable>>> dltRoutingRules) Construct an instance with the provided properties.