Package io.higson.runtime.function
Class FunctionManager
java.lang.Object
io.higson.runtime.engine.core.function.BasicFunctionManager
io.higson.runtime.function.FunctionManager
- All Implemented Interfaces:
FunctionManager
-
Constructor Summary
ConstructorsConstructorDescriptionFunctionManager(InvokerRepository invokerRepository, FunctionProvider functionProvider) -
Method Summary
Modifier and TypeMethodDescriptioninvokeFunction(Function function, Object... args) voidregisterInterceptors(List<FunctionInvocationInterceptor> interceptors) Methods inherited from class io.higson.runtime.engine.core.function.BasicFunctionManager
get, invokeFunction
-
Constructor Details
-
FunctionManager
-
-
Method Details
-
invokeFunction
- Specified by:
invokeFunctionin interfaceFunctionManager- Overrides:
invokeFunctionin classBasicFunctionManager
-
registerInterceptors
-