Package tech.illuin.pipeline.step.runner
Class StepRunner<T extends Indexable,I>
java.lang.Object
tech.illuin.pipeline.step.runner.StepRunner<T,I>
- All Implemented Interfaces:
Describable
,Step<T,
I>
- Author:
- Pierre Lecerf ([email protected])
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
build
(CompiledMethod<StepConfig, T, I> compiled) describe()
execute
(T object, I input, Object payload, ResultView results, LocalContext context) target()
-
Constructor Details
-
StepRunner
-
-
Method Details
-
execute
public Result execute(T object, I input, Object payload, ResultView results, LocalContext context) throws Exception -
defaultId
-
target
-
build
-
describe
- Specified by:
describe
in interfaceDescribable
-