@SPI public interface Filter
Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException
// before filter
Result result = invoker.invoke(invocation);
// after filter
return result;
invoker - serviceinvocation - invocation.RpcExceptionInvoker.invoke(Invocation)Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.