Interface LogicExecutor
-
- All Known Implementing Classes:
ScriptLogicExecutor
public interface LogicExecutorExecutor of some logic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectexecute(@NotNull LogicParams params)Executes the logic with the given parameters
-
-
-
Method Detail
-
execute
java.lang.Object execute(@NotNull @NotNull LogicParams params)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
-
-