@Activate(group={"provider","consumer"})
public class DubboExceptionFilter
extends Object
implements org.apache.dubbo.rpc.Filter
| 构造器和说明 |
|---|
DubboExceptionFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.dubbo.rpc.Result |
invoke(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
org.apache.dubbo.rpc.Result |
onResponse(org.apache.dubbo.rpc.Result appResponse,
org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
public 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.Filterorg.apache.dubbo.rpc.RpcExceptionpublic org.apache.dubbo.rpc.Result onResponse(org.apache.dubbo.rpc.Result appResponse,
org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation)
onResponse 在接口中 org.apache.dubbo.rpc.FilterCopyright © 2025 Pivotal Software, Inc.. All rights reserved.