Step
@Deprecated
public interface Step<C extends ExecutionContext>
extends java.io.Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
Step.Result
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Step.Result |
execute(C ctx)
Deprecated.
|
java.lang.String |
getDescription()
Deprecated.
Returns a description of what this step will really do on execution.
|
java.lang.String getDescription()
Step.Result execute(C ctx) throws java.lang.Exception
ctx
- Context info required to execute the step.java.lang.Exception
- Any type of exception can be thrown,
this to prevent implementors of having to wrap any non-runtime exceptions.