Class StepDescriptor<T extends Indexable,I>
java.lang.Object
tech.illuin.pipeline.step.builder.StepDescriptor<T,I>
- Author:
- Pierre Lecerf ([email protected])
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canExecute
(Indexable indexable, Context ctx) execute
(T data, I input, Output output, LocalContext ctx) handleException
(Exception ex, I input, Object payload, Results results, LocalContext ctx) id()
boolean
isPinned()
postEvaluation
(Result result, Indexable object, I input, LocalContext ctx) step()
-
Method Details
-
execute
- Throws:
Exception
-
canExecute
-
postEvaluation
-
handleException
public Result handleException(Exception ex, I input, Object payload, Results results, LocalContext ctx) throws Exception - Throws:
Exception
-
id
-
isPinned
public boolean isPinned() -
step
-
executionWrapper
-
activationPredicate
-
resultEvaluator
-
errorHandler
-