Interface LogicExecutor

  • All Known Implementing Classes:
    ScriptLogicExecutor

    public interface LogicExecutor
    Executor of some logic
    • 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