Uses of Enum Class
org.springframework.kafka.retrytopic.FixedDelayStrategy
Packages that use FixedDelayStrategy
-
Uses of FixedDelayStrategy in org.springframework.kafka.retrytopic
Methods in org.springframework.kafka.retrytopic that return FixedDelayStrategyModifier and TypeMethodDescriptionstatic FixedDelayStrategy
Returns the enum constant of this class with the specified name.static FixedDelayStrategy[]
FixedDelayStrategy.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 FixedDelayStrategyModifier and TypeMethodDescriptionRetryTopicConfigurationBuilder.useSingleTopicForFixedDelays
(FixedDelayStrategy useSameTopicForFixedDelays) 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)