类 ListenableFilter

  • 所有已实现的接口:
    Filter

    public abstract class ListenableFilter
    extends Object
    implements Filter
    It's recommended to implement Filter.Listener directly for callback registration, check the default implementation, see ExceptionFilter, for example.

    If you do not want to share Listener instance between RPC calls. You can use ListenableFilter to keep a 'one Listener each RPC call' model.