Interface ProxyChain

All Superinterfaces:
Invocation
All Known Implementing Classes:
InvocationInvoker, JoinPointInvoker

public interface ProxyChain extends Invocation
拦截层
Since:
Java 17+
Author:
Kimi Liu
  • Method Details

    • getNames

      Object[] getNames()
      获取参数名称
      Returns:
      参数
    • proceed

      Object proceed(Object[] arguments) throws Throwable
      执行方法
      Parameters:
      arguments - 参数
      Returns:
      执行结果
      Throws:
      Throwable - Throwable