public interface StepController
Modifier and Type | Method and Description |
---|---|
void |
execute(java.util.function.Consumer<StepController> stepWork)
If the step is long running, it should execute its work as a runnable, through this function.
|
void |
yield()
This function ensures that upon return, all outstanding events have been processed through the control queue.
|
void execute(java.util.function.Consumer<StepController> stepWork)
stepWork
- void yield()