Interface IterationContext
public interface IterationContext
- Since:
- 4.2.0, CE 2020.1
-
Method Summary
Modifier and Type Method Description voidabortIteration()Aborts the iteration at the current step of the iteration.
-
Method Details
-
abortIteration
void abortIteration()Aborts the iteration at the current step of the iteration.No further callbacks will be executed and the result future will complete successfully as soon as the current iteration callback returns.
- Since:
- 4.2.0, CE 2020.1
-