public class TransactionPropagationClientInterceptor
extends AbstractInterceptor
implements io.seata.integration.rpc.core.ConsumerRpcFilter<Request>
| Constructor and Description |
|---|
TransactionPropagationClientInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundProcess(Request brpcRequest,
Response brpcResponse,
InterceptorChain chain) |
void |
bindContextToRequest(Request rpcRequest,
String key,
String value) |
void |
cleanRequestContext(Request rpcRequest,
String key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic TransactionPropagationClientInterceptor()
public void aroundProcess(Request brpcRequest,
Response brpcResponse,
InterceptorChain chain)
throws Exception
Exceptionpublic void bindContextToRequest(Request rpcRequest,
String key,
String value)
bindContextToRequest in interface io.seata.integration.rpc.core.ConsumerRpcFilter<Request>public void cleanRequestContext(Request rpcRequest,
String key)
cleanRequestContext in interface io.seata.integration.rpc.core.ConsumerRpcFilter<Request>Copyright © 2023 Seata. All rights reserved.