public class TransactionPropagationServerInterceptor
extends AbstractInterceptor
1. load SEATA xid from brpc request in handleRequest
2. clear SEATA xid when brpc request done in aroundProcess
| Constructor and Description |
|---|
TransactionPropagationServerInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
aroundProcess(Request brpcRequest,
Response brpcResponse,
InterceptorChain chain) |
boolean |
handleRequest(Request request) |
Copyright © 2022 Seata. All rights reserved.