Method run
run(Input)
Abstract execution method. When creating a new action, this method implementation will hold all the processing code.
Declaration
public abstract Output run(Input input)
Parameters
| Type | Name | Description |
|---|---|---|
| Input | input | Input data, of the given inputType |
Returns
| Type | Description |
|---|---|
| Output | Output data, of the given outputType |