Interface FunctionInvoker

  • All Known Implementing Classes:
    TagScriptManager.FunctionInvokerImpl

    public interface FunctionInvoker
    This interface provides a level of indirection to the execution of compiled python objects against the script manager. The main goal is we want to be able to swap out the script manager if necessary without making each compiled script care.
    • Method Detail

      • run

        void run​(org.python.core.PyObject[] arguments)
          throws java.lang.Exception
        Throws:
        java.lang.Exception