Package org.apache.dubbo.rpc.protocol
Class ReferenceCountInvokerWrapper<T>
java.lang.Object
org.apache.dubbo.rpc.protocol.ReferenceCountInvokerWrapper<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()get service interface.getUrl()invoke(Invocation invocation) invoke.boolean
-
Constructor Details
-
ReferenceCountInvokerWrapper
-
-
Method Details
-
getUrl
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceNode
-
destroy
public void destroy() -
getInterface
Description copied from interface:Invokerget service interface.- Specified by:
getInterfacein interfaceInvoker<T>- Returns:
- service interface.
-
invoke
Description copied from interface:Invokerinvoke.- Specified by:
invokein interfaceInvoker<T>- Parameters:
invocation-- Returns:
- result
- Throws:
RpcException
-
getInvoker
-