com.alibaba.dubbo.rpc.listener
Class InvokerListenerAdapter
java.lang.Object
com.alibaba.dubbo.rpc.listener.InvokerListenerAdapter
- All Implemented Interfaces:
- InvokerListener
- Direct Known Subclasses:
- DeprecatedInvokerListener
public abstract class InvokerListenerAdapter
- extends Object
- implements InvokerListener
InvokerListenerAdapter
- Author:
- william.liangf
InvokerListenerAdapter
public InvokerListenerAdapter()
referred
public void referred(Invoker<?> invoker)
throws RpcException
- Description copied from interface:
InvokerListener
- The invoker referred
- Specified by:
referred
in interface InvokerListener
- Throws:
RpcException
- See Also:
Protocol.refer(Class, URL)
destroyed
public void destroyed(Invoker<?> invoker)
- Description copied from interface:
InvokerListener
- The invoker destroyed.
- Specified by:
destroyed
in interface InvokerListener
- See Also:
Node.destroy()
Copyright © 2012–2017 Alibaba. All rights reserved.