Interface InterpreterListener
- All Known Implementing Classes:
NoopInterpreterListener,RuleMetricsListener
public interface InterpreterListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontinuePipelineExecution(Pipeline pipeline, Stage stage) voiddissatisfyRule(Rule rule, Pipeline pipeline) voidenterStage(Stage stage) voidevaluateRule(Rule rule, Pipeline pipeline) voidexecuteRule(Rule rule, Pipeline pipeline) voidvoidfailEvaluateRule(Rule rule, Pipeline pipeline) voidfailExecuteRule(Rule rule, Pipeline pipeline) voidfinishExecuteRule(Rule rule, Pipeline pipeline) voidvoidvoidsatisfyRule(Rule rule, Pipeline pipeline) voidvoidstopPipelineExecution(Pipeline pipeline, Stage stage)
-
Method Details
-
startProcessing
void startProcessing() -
finishProcessing
void finishProcessing() -
processStreams
-
enterStage
-
exitStage
-
evaluateRule
-
failEvaluateRule
-
satisfyRule
-
dissatisfyRule
-
executeRule
-
finishExecuteRule
-
failExecuteRule
-
continuePipelineExecution
-
stopPipelineExecution
-