public static class KafkaOutboundChannelModel.KafkaPartition extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
delegateExpression |
protected String |
eventField |
protected String |
roundRobin |
| Constructor and Description |
|---|
KafkaPartition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDelegateExpression() |
String |
getEventField() |
String |
getRoundRobin() |
void |
setDelegateExpression(String delegateExpression) |
void |
setEventField(String eventField) |
void |
setRoundRobin(String roundRobin) |
protected String eventField
protected String roundRobin
protected String delegateExpression
public String getEventField()
public void setEventField(String eventField)
public String getRoundRobin()
public void setRoundRobin(String roundRobin)
public String getDelegateExpression()
public void setDelegateExpression(String delegateExpression)
Copyright © 2022 Flowable. All rights reserved.