| 接口 | 说明 |
|---|---|
| GenericInvoker |
简单的理解, 泛化调用就是不依赖二方包, 通过传入方法名, 方法参数值, 就可以调用服务.
|
| 类 | 说明 |
|---|---|
| AbstractInvoker |
jupiter
org.jupiter.rpc.consumer.invoker
|
| AsyncGenericInvoker |
异步泛化调用.
|
| AsyncInvoker |
Asynchronous call,
AsyncInvoker.invoke(Method, Object[])
returns a default value of the corresponding method. |
| ClusterStrategyBridging |
Jupiter
org.jupiter.rpc.consumer.invoker
|
| SyncGenericInvoker |
同步泛化调用.
|
| SyncInvoker |
Synchronous call.
|
Copyright © 2018. All rights reserved.