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

    Modifier and Type
    Method
    Description
    void
    execute(Function function, Object... args)
    Executed before every function call.
  • Method Details

    • execute

      void execute(Function function, Object... args)
      Executed before every function call.
      Parameters:
      function - description of function to invoke
      args - arguments