Interface FunctionInvocationInterceptor
- All Known Implementing Classes:
FunctionArgumentDataTypeValidator
public interface FunctionInvocationInterceptor
Intercepts function calls. To properly register defined interceptor
- Author:
- Dawid Tomczyk
- See Also:
-
Method Summary
-
Method Details
-
execute
Executed before every function call.- Parameters:
function- description of function to invokeargs- arguments
-