Interface FlowBuilder<F extends Enum<F>>

All Superinterfaces:
FunctionBuilder<F>
All Known Subinterfaces:
ManagedFunctionBuilder<O,F>, ManagedObjectFunctionBuilder<O,F>
All Known Implementing Classes:
ManagedFunctionBuilderImpl

public interface FlowBuilder<F extends Enum<F>> extends FunctionBuilder<F>
Author:
Daniel Sagenschneider
  • Method Details

    • setNextFunction

      void setNextFunction(String functionName, Class<?> argumentType)
      Specifies the next ManagedFunction to be executed.
      Parameters:
      functionName - Name of the next ManagedFunction.
      argumentType - Type of argument passed to the next ManagedFunction. May be null to indicate no argument.