Uses of Class
io.higson.runtime.invoker.PythonFunctionInvoker
Packages that use PythonFunctionInvoker
-
Uses of PythonFunctionInvoker in io.higson.runtime.core
Methods in io.higson.runtime.core that return types with arguments of type PythonFunctionInvoker -
Uses of PythonFunctionInvoker in io.higson.runtime.invoker
Methods in io.higson.runtime.invoker that return PythonFunctionInvokerModifier and TypeMethodDescriptionstatic PythonFunctionInvokerPythonFunctionInvoker.defaultInvoker(FunctionLoggerCreator functionLoggerCreator) static PythonFunctionInvokerPythonFunctionInvoker.invokerWithExtraModules(List<String> module, FunctionLoggerCreator functionLoggerCreator) Create python function invoker with support of external packages or modules.