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 TypeMethodDescriptionvoid
setAttempts
(String attempts) void
setAutoCreateTopics
(String autoCreateTopics) void
setDltTopicSuffix
(String dltTopicSuffix) void
setFixedDelayTopicStrategy
(String fixedDelayTopicStrategy) void
setNonBlockingBackOff
(KafkaInboundChannelModel.NonBlockingRetryBackOff nonBlockingBackOff) void
setNumPartitions
(String numPartitions) void
setReplicationFactor
(String replicationFactor) void
setRetryTopicSuffix
(String retryTopicSuffix) void
setTopicSuffixingStrategy
(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
-