Package org.miaixz.bus.proxy.invoker
Interface Invocation
- All Known Subinterfaces:
ProxyChain
- All Known Implementing Classes:
InvocationInvoker,JoinPointInvoker
public interface Invocation
调用者方法
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
getProxy
-
getMethod
-
getArguments
-
proceed
-