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 classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected List<KafkaInboundChannelModel.CustomProperty>protected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Collection<String>Fields inherited from class org.flowable.eventregistry.model.InboundChannelModel
channelEventKeyDetection, channelEventTenantIdDetection, contextExtractorDelegateExpression, deserializerDelegateExpression, deserializerType, eventFilterDelegateExpression, eventTransformerDelegateExpression, headerExtractorDelegateExpression, inboundEventChannelAdapter, inboundEventProcessingPipeline, payloadExtractorDelegateExpression, pipelineDelegateExpressionFields inherited from class org.flowable.eventregistry.model.ChannelModel
category, channelType, description, extension, key, name, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomProperty(String name, String value) getRetry()voidsetClientIdPrefix(String clientIdPrefix) voidsetConcurrency(String concurrency) voidvoidsetGroupId(String groupId) voidsetOffsetOutputName(String offsetOutputName) voidsetPartitionOutputName(String partitionOutputName) voidvoidsetTopicOutputName(String topicOutputName) voidsetTopicPartitions(Collection<KafkaInboundChannelModel.TopicPartition> topicPartitions) voidsetTopicPattern(String topicPattern) voidsetTopics(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, setPipelineDelegateExpressionMethods 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
-