Uses of Class
io.higson.runtime.function.log.FunctionLoggerCreator
Packages that use FunctionLoggerCreator
-
Uses of FunctionLoggerCreator in io.higson.runtime.function.groovy.shell
Constructors in io.higson.runtime.function.groovy.shell with parameters of type FunctionLoggerCreatorModifierConstructorDescriptionCachedGroovyShell(FunctionLoggerCreator functionLoggerCreator) CachedGroovyShell(FunctionLoggerCreator functionLoggerCreator, boolean groovySecured) CachedGroovyShell(FunctionLoggerCreator functionLoggerCreator, boolean groovySecured, boolean indy) -
Uses of FunctionLoggerCreator in io.higson.runtime.invoker
Methods in io.higson.runtime.invoker with parameters of type FunctionLoggerCreatorModifier 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.Constructors in io.higson.runtime.invoker with parameters of type FunctionLoggerCreatorModifierConstructorDescriptionGroovyFunctionInvoker(FunctionLoggerCreator functionLoggerCreator, boolean groovySecured, boolean indy) RhinoFunctionInvoker(FunctionLoggerCreator functionLoggerCreator)