Package org.flowable.eventregistry.model
Class KafkaInboundChannelModel.RetryConfiguration
java.lang.Object
org.flowable.eventregistry.model.KafkaInboundChannelModel.RetryConfiguration
- Enclosing class:
- KafkaInboundChannelModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttempts(String attempts) voidsetAutoCreateTopics(String autoCreateTopics) voidsetDltTopicSuffix(String dltTopicSuffix) voidsetFixedDelayTopicStrategy(String fixedDelayTopicStrategy) voidsetNonBlockingBackOff(KafkaInboundChannelModel.NonBlockingRetryBackOff nonBlockingBackOff) voidsetNumPartitions(String numPartitions) voidsetReplicationFactor(String replicationFactor) voidsetRetryTopicSuffix(String retryTopicSuffix) voidsetTopicSuffixingStrategy(String topicSuffixingStrategy)
-
Field Details
-
attempts
-
dltTopicSuffix
-
retryTopicSuffix
-
fixedDelayTopicStrategy
-
topicSuffixingStrategy
-
nonBlockingBackOff
-
autoCreateTopics
-
numPartitions
-
replicationFactor
-
-
Constructor Details
-
RetryConfiguration
public RetryConfiguration()
-
-
Method Details
-
getAttempts
-
setAttempts
-
getDltTopicSuffix
-
setDltTopicSuffix
-
getRetryTopicSuffix
-
setRetryTopicSuffix
-
getFixedDelayTopicStrategy
-
setFixedDelayTopicStrategy
-
getTopicSuffixingStrategy
-
setTopicSuffixingStrategy
-
getNonBlockingBackOff
-
setNonBlockingBackOff
public void setNonBlockingBackOff(KafkaInboundChannelModel.NonBlockingRetryBackOff nonBlockingBackOff) -
getAutoCreateTopics
-
setAutoCreateTopics
-
getNumPartitions
-
setNumPartitions
-
getReplicationFactor
-
setReplicationFactor
-