接口 Invoker<T>
-
- 所有超级接口:
Node
- 所有已知实现类:
AbstractInvoker,AbstractProxyInvoker,AsyncToSyncInvoker,InvokerWrapper,ListenerInvokerWrapper,MockInvoker
public interface Invoker<T> extends Node
Invoker. (API/SPI, Prototype, ThreadSafe)
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Class<T>getInterface()get service interface.Resultinvoke(Invocation invocation)invoke.-
从接口继承的方法 org.apache.dubbo.common.Node
destroy, getUrl, isAvailable
-
-
-
-
方法详细资料
-
invoke
Result invoke(Invocation invocation) throws RpcException
invoke.- 参数:
invocation-- 返回:
- result
- 抛出:
RpcException
-
-