Class WorkflowAwareness

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit workflow(Function1<WorkflowBuilder, Unit> init) Configures the workflow of the pipeline via its builder
      Unit workflow(Workflow workflow) Configures the workflow of the pipeline.
      Unit workflow(List<Rule> rules) Configures the workflow of the pipeline via a simple list of rules to be used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WorkflowAwareness

        WorkflowAwareness()
    • Method Detail

      • workflow

         Unit workflow(Workflow workflow)

        Configures the workflow of the pipeline. Can be used to reset the workflow.

      • workflow

         Unit workflow(List<Rule> rules)

        Configures the workflow of the pipeline via a simple list of rules to be used.