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.Mode
ForEachState.Mode. fromValue(String value)
ForEachState.Mode
ForEachState. getMode()
Specifies how iterations are to be performed (sequentially or in parallel)static ForEachState.Mode
ForEachState.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 void
ForEachState. setMode(ForEachState.Mode mode)
Specifies how iterations are to be performed (sequentially or in parallel)ForEachState
ForEachState. withMode(ForEachState.Mode mode)
-