Class ExecutableLoopCharacteristics

java.lang.Object
io.camunda.zeebe.engine.processing.deployment.model.element.ExecutableLoopCharacteristics

public class ExecutableLoopCharacteristics extends Object
  • Constructor Details

  • Method Details

    • isSequential

      public boolean isSequential()
    • getInputCollection

      public Expression getInputCollection()
    • getCompletionCondition

      public Optional<Expression> getCompletionCondition()
    • getInputElement

      public Optional<org.agrona.DirectBuffer> getInputElement()
    • getOutputCollection

      public Optional<org.agrona.DirectBuffer> getOutputCollection()
    • getOutputElement

      public Optional<Expression> getOutputElement()
    • toString

      public String toString()
      Overrides:
      toString in class Object