Uses of Interface
pl.decerto.hyperon.runtime.function.FunctionInvocationInterceptor
Packages that use FunctionInvocationInterceptor
Package
Description
-
Uses of FunctionInvocationInterceptor in org.smartparam.engine.config
Methods in org.smartparam.engine.config that return types with arguments of type FunctionInvocationInterceptorMethods in org.smartparam.engine.config with parameters of type FunctionInvocationInterceptorModifier and TypeMethodDescriptionprotected voidParamEngineConfig.addFunctionInvocationInterceptor(FunctionInvocationInterceptor functionInvocationInterceptor) ParamEngineConfigBuilder.withFunctionInvocationInterceptor(FunctionInvocationInterceptor functionInvocationInterceptor) RegisterFunctionInvocationInterceptorMethod parameters in org.smartparam.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 pl.decerto.hyperon.runtime.core
Methods in pl.decerto.hyperon.runtime.core with parameters of type FunctionInvocationInterceptorModifier and TypeMethodDescriptionvoidHyperonEngineFactory.addFunctionInvocationInterceptor(FunctionInvocationInterceptor functionInvocationInterceptor) Deprecated.Add user defined function invocation interceptor. -
Uses of FunctionInvocationInterceptor in pl.decerto.hyperon.runtime.function
Method parameters in pl.decerto.hyperon.runtime.function with type arguments of type FunctionInvocationInterceptorModifier and TypeMethodDescriptionvoidHyperonFunctionManager.registerInterceptors(List<FunctionInvocationInterceptor> interceptors) -
Uses of FunctionInvocationInterceptor in pl.decerto.hyperon.runtime.function.argument
Classes in pl.decerto.hyperon.runtime.function.argument that implement FunctionInvocationInterceptor