Interface FlowBuilder<F extends java.lang.Enum<F>>

    • Method Detail

      • setNextFunction

        void setNextFunction​(java.lang.String functionName,
                             java.lang.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.