Uses of Class
io.serverlessworkflow.api.states.ForEachState.Mode
-
Packages that use ForEachState.Mode Package Description io.serverlessworkflow.api.states -
-
Uses of ForEachState.Mode in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return ForEachState.Mode Modifier and Type Method Description static ForEachState.ModeForEachState.Mode. fromValue(String value)ForEachState.ModeForEachState. getMode()Specifies how iterations are to be performed (sequentially or in parallel)static ForEachState.ModeForEachState.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static ForEachState.Mode[]ForEachState.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.serverlessworkflow.api.states with parameters of type ForEachState.Mode Modifier and Type Method Description voidForEachState. setMode(ForEachState.Mode mode)Specifies how iterations are to be performed (sequentially or in parallel)ForEachStateForEachState. withMode(ForEachState.Mode mode)
-