| 构造器和说明 |
|---|
TraceFilter() |
public Result invoke(Invoker<?> invoker, Invocation invocation) throws RpcException
Filter
// before filter
Result result = invoker.invoke(invocation);
// after filter
return result;
invoke 在接口中 Filterinvoker - serviceinvocation - invocation.RpcExceptionInvoker.invoke(Invocation)Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.