接口 Filter
-
- 所有超级接口:
org.apache.dubbo.rpc.Filter
@Deprecated public interface Filter extends org.apache.dubbo.rpc.Filter
已过时。
-
-
方法详细资料
-
invoke
Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException
已过时。- 抛出:
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已过时。- 指定者:
invoke在接口中org.apache.dubbo.rpc.Filter- 抛出:
org.apache.dubbo.rpc.RpcException
-
-