Interface SequentialFlow.Builder.ThenStep
-
- Enclosing class:
- SequentialFlow.Builder
public static interface SequentialFlow.Builder.ThenStep
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequentialFlowbuild()SequentialFlow.Builder.ThenStepthen(Work nextWork)SequentialFlow.Builder.ThenStepthen(List<Work> nextWorkUnits)
-
-
-
Method Detail
-
then
SequentialFlow.Builder.ThenStep then(Work nextWork)
-
then
SequentialFlow.Builder.ThenStep then(List<Work> nextWorkUnits)
-
build
SequentialFlow build()
-
-