public class ConsumerInvoker extends FilterInvoker
执行真正的调用过程,使用client发送数据给server
config, configContext, invoker, nextFilter| 构造器和说明 |
|---|
ConsumerInvoker(ConsumerBootstrap consumerBootstrap)
Instantiates a new Consumer invoke filter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
SofaResponse |
invoke(SofaRequest sofaRequest)
执行调用
|
getBooleanMethodParam, getConfig, getConfigContext, getIntMethodParam, getInvoker, getMethodParam, getStringMethodParampublic ConsumerInvoker(ConsumerBootstrap consumerBootstrap)
consumerBootstrap - 服务器启动着配置public SofaResponse invoke(SofaRequest sofaRequest) throws SofaRpcException
Invokerinvoke 在接口中 Invokerinvoke 在类中 FilterInvokersofaRequest - 请求SofaRpcException - rpc异常Copyright © 2008–2018 The Ant Financial. All rights reserved.