接口 Invoker<T>
-
- 所有已知实现类:
Invoker.CompatibleInvoker
@Deprecated public interface Invoker<T> extends Invoker<T>
已过时。
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classInvoker.CompatibleInvoker<T>已过时。
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 default Invoker<T>getOriginal()已过时。URLgetUrl()已过时。get url.Resultinvoke(Invocation invocation)已过时。default Resultinvoke(Invocation invocation)已过时。invoke.-
从接口继承的方法 org.apache.dubbo.rpc.Invoker
getInterface
-
从接口继承的方法 org.apache.dubbo.common.Node
destroy, isAvailable
-
-
-
-
方法详细资料
-
invoke
Result invoke(Invocation invocation) throws RpcException
已过时。- 抛出:
RpcException
-
invoke
default Result invoke(Invocation invocation) throws RpcException
已过时。从接口复制的说明:Invokerinvoke.- 指定者:
invoke在接口中Invoker<T>- 返回:
- result
- 抛出:
RpcException
-
-