类 ListenableFilter
- java.lang.Object
-
- org.apache.dubbo.rpc.ListenableFilter
-
- 所有已实现的接口:
BaseFilter,Filter
@Deprecated public abstract class ListenableFilter extends Object implements Filter
已过时。It's recommended to implement Filter.Listener directly for callback registration, check the default implementation, seeExceptionFilter, for example.If you do not want to share Listener instance between RPC calls. ListenableFilter can be used to keep a 'one Listener each RPC call' model.
-
-
嵌套类概要
-
从接口继承的嵌套类/接口 org.apache.dubbo.rpc.BaseFilter
BaseFilter.Listener
-
-
构造器概要
构造器 构造器 说明 ListenableFilter()已过时。
-
方法概要
所有方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 voidaddListener(Invocation invocation, BaseFilter.Listener listener)已过时。BaseFilter.Listenerlistener()已过时。BaseFilter.Listenerlistener(Invocation invocation)已过时。voidremoveListener(Invocation invocation)已过时。-
从接口继承的方法 org.apache.dubbo.rpc.BaseFilter
invoke
-
-
-
-
方法详细资料
-
listener
public BaseFilter.Listener listener()
已过时。
-
listener
public BaseFilter.Listener listener(Invocation invocation)
已过时。
-
addListener
public void addListener(Invocation invocation, BaseFilter.Listener listener)
已过时。
-
removeListener
public void removeListener(Invocation invocation)
已过时。
-
-