Uses of Enum Class
org.springframework.kafka.retrytopic.FixedDelayStrategy
Packages that use FixedDelayStrategy
-
Uses of FixedDelayStrategy in org.springframework.kafka.retrytopic
Subclasses with type arguments of type FixedDelayStrategy in org.springframework.kafka.retrytopicMethods in org.springframework.kafka.retrytopic that return FixedDelayStrategyModifier and TypeMethodDescriptionstatic FixedDelayStrategy
Deprecated.Returns the enum constant of this class with the specified name.static FixedDelayStrategy[]
FixedDelayStrategy.values()
Deprecated.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 FixedDelayStrategyModifier and TypeMethodDescriptionRetryTopicConfigurationBuilder.useSingleTopicForFixedDelays
(FixedDelayStrategy delayStrategy) Deprecated.Constructors in org.springframework.kafka.retrytopic with parameters of type FixedDelayStrategyModifierConstructorDescriptionDestinationTopicPropertiesFactory
(String retryTopicSuffix, String dltSuffix, List<Long> backOffValues, org.springframework.classify.BinaryExceptionClassifier exceptionClassifier, int numPartitions, KafkaOperations<?, ?> kafkaOperations, FixedDelayStrategy fixedDelayStrategy, DltStrategy dltStrategy, TopicSuffixingStrategy topicSuffixingStrategy, long timeout) DestinationTopicPropertiesFactory
(String retryTopicSuffix, String dltSuffix, List<Long> backOffValues, org.springframework.classify.BinaryExceptionClassifier exceptionClassifier, int numPartitions, KafkaOperations<?, ?> kafkaOperations, FixedDelayStrategy fixedDelayStrategy, DltStrategy dltStrategy, TopicSuffixingStrategy topicSuffixingStrategy, SameIntervalTopicReuseStrategy sameIntervalTopicReuseStrategy, long timeout)
SameIntervalTopicReuseStrategy
.