接口 Invoker<T>
-
- 所有超级接口:
Node
- 所有已知实现类:
AbstractInvoker,AbstractProxyInvoker,InvokerWrapper,ListenerInvokerWrapper,MockInvoker,StubInvoker
public interface Invoker<T> extends Node
Invoker. (API/SPI, Prototype, ThreadSafe)
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 修饰符和类型 方法 说明 default voiddestroyAll()destroy allClass<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
-
destroyAll
default void destroyAll()
destroy all
-
-