Class KafkaOutboundChannelModel.KafkaPartition

java.lang.Object
org.flowable.eventregistry.model.KafkaOutboundChannelModel.KafkaPartition
Enclosing class:
KafkaOutboundChannelModel

public static class KafkaOutboundChannelModel.KafkaPartition extends Object
  • Field Details

    • eventField

      protected String eventField
    • roundRobin

      protected String roundRobin
    • delegateExpression

      protected String delegateExpression
  • Constructor Details

    • KafkaPartition

      public KafkaPartition()
  • Method Details

    • getEventField

      public String getEventField()
    • setEventField

      public void setEventField(String eventField)
    • getRoundRobin

      public String getRoundRobin()
    • setRoundRobin

      public void setRoundRobin(String roundRobin)
    • getDelegateExpression

      public String getDelegateExpression()
    • setDelegateExpression

      public void setDelegateExpression(String delegateExpression)