public interface AlgorithmExitStep<T>
Algorithm exit step interface
| Modifier and Type | Method and Description |
|---|---|
StepResult<T> |
exit(StepInput stepInput)
called when finishing the algorithm execution
|
StepResult<T> exit(StepInput stepInput)
stepInput - the inputCopyright © 2006–2015. All rights reserved.