Skip to content

Commit

Permalink
Update integration-tx-api/src/main/java/io/seata/integration/tx/api/u…
Browse files Browse the repository at this point in the history
…til/ProxyUtil.java
  • Loading branch information
funky-eyes authored Jan 4, 2024
1 parent a0fbe96 commit 967bfd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static <T> T createProxy(T target) {
* provide user to generate proxy manually.
* <p>
* At TM side, It can be used for the target bean with @GlobalTransactional or @GlobalLock to generate proxy which start global transaction.
* At RM side, if you use TCC mode It can be for target bean with @TwoPhaseBusinessAction to generate proxy which register branch source
* At RM side, if you use TCC mode, It can be for target bean with @TwoPhaseBusinessAction to generate proxy which register branch source
* and branch transaction. If you want to use this API to generate proxy manual like dubbo, you must make sure the target bean is the
* business bean with @GlobalTransactional annotation. If you pass the ServiceBean(com.alibaba.dubbo.config.spring.ServiceBean) or
* ReferenceBean(com.alibaba.dubbo.config.spring.ReferenceBean), it will don't work.
Expand Down

0 comments on commit 967bfd6

Please sign in to comment.