public class LocalInvoker extends AbstractSyncInvoker
| Constructor and Description |
|---|
LocalInvoker(Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
ServiceContext |
buildContext(Class concreteClass,
Method method) |
protected Object |
execute(Class clz,
Method method,
Object[] args) |
Object |
invoke(Object instance,
Class clz,
Method method,
Object... args)
本地调用不走客户端切片
|
getDestinationpublic LocalInvoker(Destination destination)
protected Object execute(Class clz, Method method, Object[] args) throws Throwable
execute in class AbstractSyncInvokerThrowablepublic ServiceContext buildContext(Class concreteClass, Method method)
buildContext in class AbstractInvokerCopyright © 2018. All rights reserved.