Interface LogicExecutor
- All Known Implementing Classes:
ScriptLogicExecutor
public interface LogicExecutor
Executor of some logic
-
Method Summary
Modifier and TypeMethodDescriptionexecute(@NotNull LogicParams params) Executes the logic with the given parameters
-
Method Details
-
execute
Executes the logic with the given parameters- Parameters:
params- Parameters to be used by the logic.- Returns:
- the result of the execution of the logic
-