public class KafkaInboundChannelModel extends InboundChannelModel
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaInboundChannelModel.CustomProperty |
static class |
KafkaInboundChannelModel.NonBlockingRetryBackOff |
static class |
KafkaInboundChannelModel.RetryConfiguration |
static class |
KafkaInboundChannelModel.TopicPartition |
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientIdPrefix |
protected String |
concurrency |
protected List<KafkaInboundChannelModel.CustomProperty> |
customProperties |
protected String |
groupId |
protected String |
offsetOutputName |
protected String |
partitionOutputName |
protected KafkaInboundChannelModel.RetryConfiguration |
retry |
protected String |
topicOutputName |
protected Collection<KafkaInboundChannelModel.TopicPartition> |
topicPartitions |
protected String |
topicPattern |
protected Collection<String> |
topics |
channelEventKeyDetection, channelEventTenantIdDetection, contextExtractorDelegateExpression, deserializerDelegateExpression, deserializerType, eventTransformerDelegateExpression, headerExtractorDelegateExpression, inboundEventChannelAdapter, inboundEventProcessingPipeline, payloadExtractorDelegateExpression, pipelineDelegateExpressioncategory, channelType, description, extension, key, name, type| Constructor and Description |
|---|
KafkaInboundChannelModel() |
getChannelEventKeyDetection, getChannelEventTenantIdDetection, getContextExtractorDelegateExpression, getDeserializerDelegateExpression, getDeserializerType, getEventTransformerDelegateExpression, getHeaderExtractorDelegateExpression, getInboundEventChannelAdapter, getInboundEventProcessingPipeline, getPayloadExtractorDelegateExpression, getPipelineDelegateExpression, setChannelEventKeyDetection, setChannelEventTenantIdDetection, setContextExtractorDelegateExpression, setDeserializerDelegateExpression, setDeserializerType, setEventTransformerDelegateExpression, setHeaderExtractorDelegateExpression, setInboundEventChannelAdapter, setInboundEventProcessingPipeline, setPayloadExtractorDelegateExpression, setPipelineDelegateExpressiongetCategory, getChannelType, getDescription, getExtension, getKey, getName, getType, setCategory, setChannelType, setDescription, setExtension, setKey, setName, setTypeprotected String groupId
protected Collection<String> topics
protected String topicPattern
protected Collection<KafkaInboundChannelModel.TopicPartition> topicPartitions
protected String clientIdPrefix
protected String concurrency
protected KafkaInboundChannelModel.RetryConfiguration retry
protected List<KafkaInboundChannelModel.CustomProperty> customProperties
protected String partitionOutputName
protected String offsetOutputName
protected String topicOutputName
public String getGroupId()
public void setGroupId(String groupId)
public Collection<String> getTopics()
public void setTopics(Collection<String> topics)
public String getTopicPattern()
public void setTopicPattern(String topicPattern)
public Collection<KafkaInboundChannelModel.TopicPartition> getTopicPartitions()
public void setTopicPartitions(Collection<KafkaInboundChannelModel.TopicPartition> topicPartitions)
public String getClientIdPrefix()
public void setClientIdPrefix(String clientIdPrefix)
public String getConcurrency()
public void setConcurrency(String concurrency)
public KafkaInboundChannelModel.RetryConfiguration getRetry()
public void setRetry(KafkaInboundChannelModel.RetryConfiguration retry)
public List<KafkaInboundChannelModel.CustomProperty> getCustomProperties()
public void setCustomProperties(List<KafkaInboundChannelModel.CustomProperty> properties)
public String getPartitionOutputName()
public void setPartitionOutputName(String partitionOutputName)
public String getOffsetOutputName()
public void setOffsetOutputName(String offsetOutputName)
public String getTopicOutputName()
public void setTopicOutputName(String topicOutputName)
Copyright © 2022 Flowable. All rights reserved.