Package org.flowable.eventregistry.model
Class KafkaOutboundChannelModel.KafkaPartition
java.lang.Object
org.flowable.eventregistry.model.KafkaOutboundChannelModel.KafkaPartition
- Enclosing class:
- KafkaOutboundChannelModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDelegateExpression
(String delegateExpression) void
setEventField
(String eventField) void
setRoundRobin
(String roundRobin)
-
Field Details
-
eventField
-
roundRobin
-
delegateExpression
-
-
Constructor Details
-
KafkaPartition
public KafkaPartition()
-
-
Method Details
-
getEventField
-
setEventField
-
getRoundRobin
-
setRoundRobin
-
getDelegateExpression
-
setDelegateExpression
-