public class KafkaOutboundChannelModel extends OutboundChannelModel
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaOutboundChannelModel.KafkaPartition |
| Modifier and Type | Field and Description |
|---|---|
protected KafkaOutboundChannelModel.KafkaPartition |
partition |
protected String |
recordKey |
protected String |
topic |
outboundEventChannelAdapter, outboundEventProcessingPipeline, pipelineDelegateExpression, serializerDelegateExpression, serializerTypecategory, channelType, description, extension, key, name, type| Constructor and Description |
|---|
KafkaOutboundChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
KafkaOutboundChannelModel.KafkaPartition |
getPartition() |
String |
getRecordKey() |
String |
getTopic() |
void |
setPartition(KafkaOutboundChannelModel.KafkaPartition partition) |
void |
setRecordKey(String recordKey) |
void |
setTopic(String topic) |
getOutboundEventChannelAdapter, getOutboundEventProcessingPipeline, getPipelineDelegateExpression, getSerializerDelegateExpression, getSerializerType, setOutboundEventChannelAdapter, setOutboundEventProcessingPipeline, setPipelineDelegateExpression, setSerializerDelegateExpression, setSerializerTypegetCategory, getChannelType, getDescription, getExtension, getKey, getName, getType, setCategory, setChannelType, setDescription, setExtension, setKey, setName, setTypeprotected String topic
protected String recordKey
protected KafkaOutboundChannelModel.KafkaPartition partition
public String getTopic()
public void setTopic(String topic)
public String getRecordKey()
public void setRecordKey(String recordKey)
public KafkaOutboundChannelModel.KafkaPartition getPartition()
public void setPartition(KafkaOutboundChannelModel.KafkaPartition partition)
Copyright © 2022 Flowable. All rights reserved.