- branchCommit(BranchType, String, long, String, String) - 类 中的方法io.seata.rm.tcc.TCCResourceManager
-
TCC branch commit
- branchRollback(BranchType, String, long, String, String) - 类 中的方法io.seata.rm.tcc.TCCResourceManager
-
TCC branch rollback
- BusinessActionContext - io.seata.rm.tcc.api中的类
-
The type Business action context.
- BusinessActionContext() - 类 的构造器io.seata.rm.tcc.api.BusinessActionContext
-
Instantiates a new Business action context.
- BusinessActionContext(String, String, Map<String, Object>) - 类 的构造器io.seata.rm.tcc.api.BusinessActionContext
-
Instantiates a new Business action context.
- BusinessActionContextParameter - io.seata.rm.tcc.api中的注释类型
-
the TCC parameters that need to be passed to the BusinessActivityContext;
add this annotation on the parameters of the try method, and the parameters will be passed to the
BusinessActivityContext;
- BusinessActivityContext - io.seata.rm.tcc.api中的类
-
The type Business activity context.
- BusinessActivityContext() - 类 的构造器io.seata.rm.tcc.api.BusinessActivityContext
-
Instantiates a new Business activity context.
- BusinessActivityContext(Map<String, Object>) - 类 的构造器io.seata.rm.tcc.api.BusinessActivityContext
-
Instantiates a new Business activity context.