com.alibaba.dubbo.rpc.listener
Class DeprecatedInvokerListener

java.lang.Object
  extended by com.alibaba.dubbo.rpc.listener.InvokerListenerAdapter
      extended by com.alibaba.dubbo.rpc.listener.DeprecatedInvokerListener
All Implemented Interfaces:
InvokerListener

@Activate(value="deprecated")
public class DeprecatedInvokerListener
extends InvokerListenerAdapter

DeprecatedProtocolFilter

Author:
william.liangf

Constructor Summary
DeprecatedInvokerListener()
           
 
Method Summary
 void referred(Invoker<?> invoker)
          The invoker referred
 
Methods inherited from class com.alibaba.dubbo.rpc.listener.InvokerListenerAdapter
destroyed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeprecatedInvokerListener

public DeprecatedInvokerListener()
Method Detail

referred

public void referred(Invoker<?> invoker)
              throws RpcException
Description copied from interface: InvokerListener
The invoker referred

Specified by:
referred in interface InvokerListener
Overrides:
referred in class InvokerListenerAdapter
Throws:
RpcException
See Also:
Protocol.refer(Class, URL)


Copyright © 2012–2017 Alibaba. All rights reserved.