Package com.alibaba.dubbo.rpc
Class Invoker.CompatibleInvoker<T>
java.lang.Object
com.alibaba.dubbo.rpc.Invoker.CompatibleInvoker<T>
- All Implemented Interfaces:
Invoker<T>,org.apache.dubbo.common.Node,org.apache.dubbo.rpc.Invoker<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.alibaba.dubbo.rpc.Invoker
Invoker.CompatibleInvoker<T> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CompatibleInvoker
-
-
Method Details
-
getInterface
- Specified by:
getInterfacein interfaceorg.apache.dubbo.rpc.Invoker<T>
-
invoke
public org.apache.dubbo.rpc.Result invoke(org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException -
invoke
- Specified by:
invokein interfaceInvoker<T>- Throws:
RpcException
-
getUrl
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceorg.apache.dubbo.common.Node
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.apache.dubbo.common.Node
-
getOriginal
- Specified by:
getOriginalin interfaceInvoker<T>
-
hashCode
public int hashCode() -
equals
-