protected static class KafkaChannelDefinitionProcessor.ResolvedRetryConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
attempts |
protected boolean |
autoCreateTopics |
protected String |
dltTopicSuffix |
protected org.springframework.kafka.retrytopic.FixedDelayStrategy |
fixedDelayTopicStrategy |
protected org.springframework.retry.backoff.SleepingBackOffPolicy<?> |
nonBlockingBackOff |
protected int |
numPartitions |
protected short |
replicationFactor |
protected String |
retryTopicSuffix |
protected org.springframework.kafka.retrytopic.TopicSuffixingStrategy |
topicSuffixingStrategy |
| Modifier | Constructor and Description |
|---|---|
protected |
ResolvedRetryConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasNoRetryTopic() |
protected boolean |
hasRetryTopic() |
protected Integer attempts
protected String dltTopicSuffix
protected String retryTopicSuffix
protected org.springframework.kafka.retrytopic.FixedDelayStrategy fixedDelayTopicStrategy
protected org.springframework.kafka.retrytopic.TopicSuffixingStrategy topicSuffixingStrategy
protected org.springframework.retry.backoff.SleepingBackOffPolicy<?> nonBlockingBackOff
protected boolean autoCreateTopics
protected int numPartitions
protected short replicationFactor
Copyright © 2022 Flowable. All rights reserved.