Uses of Interface
io.higson.runtime.function.FunctionInvocationInterceptor
Packages that use FunctionInvocationInterceptor
Package
Description
-
Uses of FunctionInvocationInterceptor in io.higson.runtime.core
Methods in io.higson.runtime.core with parameters of type FunctionInvocationInterceptorModifier and TypeMethodDescriptionvoidHigsonEngineFactory.addFunctionInvocationInterceptor(FunctionInvocationInterceptor functionInvocationInterceptor) Add user defined function invocation interceptor. -
Uses of FunctionInvocationInterceptor in io.higson.runtime.engine.config
Methods in io.higson.runtime.engine.config that return types with arguments of type FunctionInvocationInterceptorMethods in io.higson.runtime.engine.config with parameters of type FunctionInvocationInterceptorModifier and TypeMethodDescriptionprotected voidParamEngineConfig.addFunctionInvocationInterceptor(FunctionInvocationInterceptor functionInvocationInterceptor) ParamEngineConfigBuilder.withFunctionInvocationInterceptor(FunctionInvocationInterceptor functionInvocationInterceptor) RegisterFunctionInvocationInterceptorMethod parameters in io.higson.runtime.engine.config with type arguments of type FunctionInvocationInterceptorModifier and TypeMethodDescriptionprotected voidParamEngineConfig.addFunctionInvocationInterceptors(List<FunctionInvocationInterceptor> functionInvocationInterceptors) ParamEngineConfigBuilder.withFunctionInvocationInterceptors(List<FunctionInvocationInterceptor> functionInvocationInterceptors) RegisterFunctionInvocationInterceptor's -
Uses of FunctionInvocationInterceptor in io.higson.runtime.function
Method parameters in io.higson.runtime.function with type arguments of type FunctionInvocationInterceptorModifier and TypeMethodDescriptionvoidFunctionManager.registerInterceptors(List<FunctionInvocationInterceptor> interceptors) -
Uses of FunctionInvocationInterceptor in io.higson.runtime.function.argument
Classes in io.higson.runtime.function.argument that implement FunctionInvocationInterceptor