Package org.flowable.eventregistry.model
Class KafkaInboundChannelModel
java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.InboundChannelModel
org.flowable.eventregistry.model.KafkaInboundChannelModel
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected List<KafkaInboundChannelModel.CustomProperty>
protected String
protected String
protected String
protected String
protected String
protected Collection<String>
Fields inherited from class org.flowable.eventregistry.model.InboundChannelModel
channelEventKeyDetection, channelEventTenantIdDetection, contextExtractorDelegateExpression, deserializerDelegateExpression, deserializerType, eventFilterDelegateExpression, eventTransformerDelegateExpression, headerExtractorDelegateExpression, inboundEventChannelAdapter, inboundEventProcessingPipeline, payloadExtractorDelegateExpression, pipelineDelegateExpression
Fields inherited from class org.flowable.eventregistry.model.ChannelModel
category, channelType, description, extension, key, name, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomProperty
(String name, String value) getRetry()
void
setClientIdPrefix
(String clientIdPrefix) void
setConcurrency
(String concurrency) void
void
setGroupId
(String groupId) void
setOffsetOutputName
(String offsetOutputName) void
setPartitionOutputName
(String partitionOutputName) void
void
setTopicOutputName
(String topicOutputName) void
setTopicPartitions
(Collection<KafkaInboundChannelModel.TopicPartition> topicPartitions) void
setTopicPattern
(String topicPattern) void
setTopics
(Collection<String> topics) Methods inherited from class org.flowable.eventregistry.model.InboundChannelModel
getChannelEventKeyDetection, getChannelEventTenantIdDetection, getContextExtractorDelegateExpression, getDeserializerDelegateExpression, getDeserializerType, getEventFilterDelegateExpression, getEventTransformerDelegateExpression, getHeaderExtractorDelegateExpression, getInboundEventChannelAdapter, getInboundEventProcessingPipeline, getPayloadExtractorDelegateExpression, getPipelineDelegateExpression, setChannelEventKeyDetection, setChannelEventTenantIdDetection, setContextExtractorDelegateExpression, setDeserializerDelegateExpression, setDeserializerType, setEventFilterDelegateExpression, setEventTransformerDelegateExpression, setHeaderExtractorDelegateExpression, setInboundEventChannelAdapter, setInboundEventProcessingPipeline, setPayloadExtractorDelegateExpression, setPipelineDelegateExpression
Methods inherited from class org.flowable.eventregistry.model.ChannelModel
getCategory, getChannelType, getDescription, getExtension, getKey, getName, getType, setCategory, setChannelType, setDescription, setExtension, setKey, setName, setType
-
Field Details
-
groupId
-
topics
-
topicPattern
-
topicPartitions
-
clientIdPrefix
-
concurrency
-
retry
-
customProperties
-
partitionOutputName
-
offsetOutputName
-
topicOutputName
-
-
Constructor Details
-
KafkaInboundChannelModel
public KafkaInboundChannelModel()
-
-
Method Details
-
getGroupId
-
setGroupId
-
getTopics
-
setTopics
-
getTopicPattern
-
setTopicPattern
-
getTopicPartitions
-
setTopicPartitions
-
getClientIdPrefix
-
setClientIdPrefix
-
getConcurrency
-
setConcurrency
-
getRetry
-
setRetry
-
getCustomProperties
-
addCustomProperty
-
setCustomProperties
-
getPartitionOutputName
-
setPartitionOutputName
-
getOffsetOutputName
-
setOffsetOutputName
-
getTopicOutputName
-
setTopicOutputName
-