Class KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration
java.lang.Object
org.flowable.eventregistry.spring.kafka.KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration
- Enclosing class:
- KafkaChannelDefinitionProcessor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
protected boolean
protected String
protected org.springframework.retry.backoff.SleepingBackOffPolicy<?>
protected int
protected short
protected String
protected SameIntervalTopicReuseStrategy
protected TopicSuffixingStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
protected boolean
-
Field Details
-
attempts
-
dltTopicSuffix
-
retryTopicSuffix
-
sameIntervalTopicReuseStrategy
-
topicSuffixingStrategy
-
nonBlockingBackOff
protected org.springframework.retry.backoff.SleepingBackOffPolicy<?> nonBlockingBackOff -
autoCreateTopics
protected boolean autoCreateTopics -
numPartitions
protected int numPartitions -
replicationFactor
protected short replicationFactor
-
-
Constructor Details
-
ResolvedRetryConfiguration
protected ResolvedRetryConfiguration()
-
-
Method Details
-
hasRetryTopic
protected boolean hasRetryTopic() -
hasNoRetryTopic
protected boolean hasNoRetryTopic()
-