Package org.apache.dubbo.rpc.listener
Class ListenerInvokerWrapper<T>
java.lang.Object
org.apache.dubbo.rpc.listener.ListenerInvokerWrapper<T>
ListenerInvoker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()get service interface.getUrl()invoke(Invocation invocation) invoke.booleantoString()
-
Constructor Details
-
ListenerInvokerWrapper
-
-
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
-
toString
-
destroy
public void destroy() -
getInvoker
-
getListeners
-