@Activate(group="provider",
order=100)
public class DubboProviderTransactionPropagationFilter
extends Object
implements org.apache.dubbo.rpc.Filter, org.apache.dubbo.rpc.Filter.Listener
| Constructor and Description |
|---|
DubboProviderTransactionPropagationFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.dubbo.rpc.Result |
invoke(org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
void |
onError(Throwable t,
org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
void |
onResponse(org.apache.dubbo.rpc.Result appResponse,
org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation) |
public DubboProviderTransactionPropagationFilter()
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 in interface org.apache.dubbo.rpc.Filterorg.apache.dubbo.rpc.RpcExceptionpublic void onResponse(org.apache.dubbo.rpc.Result appResponse,
org.apache.dubbo.rpc.Invoker<?> invoker,
org.apache.dubbo.rpc.Invocation invocation)
onResponse in interface org.apache.dubbo.rpc.Filter.Listenerpublic void onError(Throwable t, org.apache.dubbo.rpc.Invoker<?> invoker, org.apache.dubbo.rpc.Invocation invocation)
onError in interface org.apache.dubbo.rpc.Filter.ListenerCopyright © 2026. All rights reserved.