| 类 | 说明 |
|---|---|
| ActionInterceptorHandler |
Handler the TCC Participant Aspect : Setting Context, Creating Branch Record
参考:https://github.com/seata/seata/blob/master/tcc/src/main/java/io/seata/rm/tcc/interceptor/ActionInterceptorHandler.java
|
| JbootTCCResourceManager | |
| TccActionInterceptor |
TCC Interceptor
参考: https://github.com/seata/seata/blob/develop/spring/src/main/java/io/seata/spring/tcc/TccActionInterceptor.java
|
| TCCFenceHandler |
TCC Fence Handler(idempotent, non_rollback, suspend)
|
| TCCFenceHandler.FenceLogCleanRunnable |
clean fence log that has the final status runnable.
|
| TCCFenceHandler.FenceLogIdentity | |
| TccInterceptorBuilder |
Copyright © 2024. All rights reserved.