Package org.apache.dubbo.rpc.protocol
Class InvokerWrapper<T>
java.lang.Object
org.apache.dubbo.rpc.protocol.InvokerWrapper<T>
InvokerWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()get service interface.getUrl()invoke(Invocation invocation) invoke.boolean
-
Constructor Details
-
InvokerWrapper
-
-
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
-
invoke
Description copied from interface:Invokerinvoke.- Specified by:
invokein interfaceInvoker<T>- Parameters:
invocation-- Returns:
- result
- Throws:
RpcException
-
destroy
public void destroy()
-