@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface SeataGlobalLock
use this annotation instead of GlobalTransaction in the situation mentioned above will help performance.
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
lockRetryInterval |
int |
lockRetryTimes |
public abstract int lockRetryInterval
public abstract int lockRetryTimes
Copyright © 2024. All rights reserved.