Package org.apache.dubbo.rpc.proxy
Class AbstractProxyInvoker<T>
java.lang.Object
org.apache.dubbo.rpc.proxy.AbstractProxyInvoker<T>
- Direct Known Subclasses:
StubInvoker
This Invoker works on provider side, delegates RPC to interface implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()get service interface.getUrl()invoke(Invocation invocation) invoke.booleantoString()
-
Constructor Details
-
AbstractProxyInvoker
-
-
Method Details
-
getInterface
Description copied from interface:Invokerget service interface.- Specified by:
getInterfacein interfaceInvoker<T>- Returns:
- service interface.
-
getUrl
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceNode
-
destroy
public void destroy() -
invoke
Description copied from interface:Invokerinvoke.- Specified by:
invokein interfaceInvoker<T>- Parameters:
invocation-- Returns:
- result
- Throws:
RpcException
-
toString
-