类 AbstractInvoker<T>
- java.lang.Object
-
- org.apache.dubbo.rpc.protocol.AbstractInvoker<T>
-
-
方法详细资料
-
getInterface
public Class<T> getInterface()
从接口复制的说明:Invokerget service interface.- 指定者:
getInterface在接口中Invoker<T>- 返回:
- service interface.
-
isAvailable
public boolean isAvailable()
- 指定者:
isAvailable在接口中Node
-
isDestroyed
public boolean isDestroyed()
-
invoke
public Result invoke(Invocation inv) throws RpcException
从接口复制的说明:Invokerinvoke.- 指定者:
invoke在接口中Invoker<T>- 返回:
- result
- 抛出:
RpcException
-
-