Interface Filter

All Superinterfaces:
org.apache.dubbo.rpc.BaseFilter, org.apache.dubbo.rpc.Filter

@Deprecated public interface Filter extends org.apache.dubbo.rpc.Filter
Deprecated.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.dubbo.rpc.BaseFilter

    org.apache.dubbo.rpc.BaseFilter.Listener
  • Method Summary

    Modifier and Type
    Method
    Description
    invoke(Invoker<?> invoker, Invocation invocation)
    Deprecated.
     
    default org.apache.dubbo.rpc.Result
    invoke(org.apache.dubbo.rpc.Invoker<?> invoker, org.apache.dubbo.rpc.Invocation invocation)
    Deprecated.
     
  • Method Details

    • invoke

      Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException
      Deprecated.
      Throws:
      RpcException
    • invoke

      default org.apache.dubbo.rpc.Result invoke(org.apache.dubbo.rpc.Invoker<?> invoker, org.apache.dubbo.rpc.Invocation invocation) throws org.apache.dubbo.rpc.RpcException
      Deprecated.
      Specified by:
      invoke in interface org.apache.dubbo.rpc.BaseFilter
      Throws:
      org.apache.dubbo.rpc.RpcException