Package org.flowable.eventregistry.model
Class KafkaOutboundChannelModel
java.lang.Object
org.flowable.eventregistry.model.ChannelModel
org.flowable.eventregistry.model.OutboundChannelModel
org.flowable.eventregistry.model.KafkaOutboundChannelModel
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected KafkaOutboundChannelModel.KafkaPartition
protected KafkaOutboundChannelModel.RecordKey
protected String
Fields inherited from class org.flowable.eventregistry.model.OutboundChannelModel
outboundEventChannelAdapter, outboundEventProcessingPipeline, pipelineDelegateExpression, serializerDelegateExpression, serializerType
Fields inherited from class org.flowable.eventregistry.model.ChannelModel
category, channelType, description, extension, key, name, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTopic()
void
void
setRecordKey
(KafkaOutboundChannelModel.RecordKey recordKey) void
Methods inherited from class org.flowable.eventregistry.model.OutboundChannelModel
getOutboundEventChannelAdapter, getOutboundEventProcessingPipeline, getPipelineDelegateExpression, getSerializerDelegateExpression, getSerializerType, setOutboundEventChannelAdapter, setOutboundEventProcessingPipeline, setPipelineDelegateExpression, setSerializerDelegateExpression, setSerializerType
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
-
topic
-
recordKey
-
partition
-
-
Constructor Details
-
KafkaOutboundChannelModel
public KafkaOutboundChannelModel()
-
-
Method Details
-
getTopic
-
setTopic
-
getRecordKey
-
setRecordKey
-
getPartition
-
setPartition
-