public class KafkaInboundChannelModel extends InboundChannelModel
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaInboundChannelModel.CustomProperty |
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientIdPrefix |
protected String |
concurrency |
protected List<KafkaInboundChannelModel.CustomProperty> |
customProperties |
protected String |
groupId |
protected String |
topicPattern |
protected Collection<String> |
topics |
channelEventKeyDetection, channelEventTenantIdDetection, deserializerDelegateExpression, deserializerType, eventTransformerDelegateExpression, inboundEventChannelAdapter, inboundEventProcessingPipeline, payloadExtractorDelegateExpression, pipelineDelegateExpressioncategory, channelType, description, key, name, type| Constructor and Description |
|---|
KafkaInboundChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCustomProperty(String name,
String value) |
String |
getClientIdPrefix() |
String |
getConcurrency() |
List<KafkaInboundChannelModel.CustomProperty> |
getCustomProperties() |
String |
getGroupId() |
String |
getTopicPattern() |
Collection<String> |
getTopics() |
void |
setClientIdPrefix(String clientIdPrefix) |
void |
setConcurrency(String concurrency) |
void |
setCustomProperties(List<KafkaInboundChannelModel.CustomProperty> properties) |
void |
setGroupId(String groupId) |
void |
setTopicPattern(String topicPattern) |
void |
setTopics(Collection<String> topics) |
getChannelEventKeyDetection, getChannelEventTenantIdDetection, getDeserializerDelegateExpression, getDeserializerType, getEventTransformerDelegateExpression, getInboundEventChannelAdapter, getInboundEventProcessingPipeline, getPayloadExtractorDelegateExpression, getPipelineDelegateExpression, setChannelEventKeyDetection, setChannelEventTenantIdDetection, setDeserializerDelegateExpression, setDeserializerType, setEventTransformerDelegateExpression, setInboundEventChannelAdapter, setInboundEventProcessingPipeline, setPayloadExtractorDelegateExpression, setPipelineDelegateExpressiongetCategory, getChannelType, getDescription, getKey, getName, getType, setCategory, setChannelType, setDescription, setKey, setName, setTypeprotected String groupId
protected Collection<String> topics
protected String topicPattern
protected String clientIdPrefix
protected String concurrency
protected List<KafkaInboundChannelModel.CustomProperty> customProperties
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 String getClientIdPrefix()
public void setClientIdPrefix(String clientIdPrefix)
public String getConcurrency()
public void setConcurrency(String concurrency)
public List<KafkaInboundChannelModel.CustomProperty> getCustomProperties()
public void setCustomProperties(List<KafkaInboundChannelModel.CustomProperty> properties)
Copyright © 2021 Flowable. All rights reserved.