All Known Implementing Classes:
ScriptLogicExecutor

public interface LogicExecutor
Executor of some logic
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(@NotNull LogicParams params)
    Executes the logic with the given parameters
  • Method Details

    • execute

      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