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