@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) @Inherited public @interface GlobalLock
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
lockRetryInternal
已过时。
|
int |
lockRetryInterval
customized global lock retry interval(unit: ms)
you may use this to override global config of "client.rm.lock.retryInterval"
note: 0 or negative number will take no effect(which mean fall back to global config)
|
int |
lockRetryTimes
customized global lock retry times
you may use this to override global config of "client.rm.lock.retryTimes"
note: negative number will take no effect(which mean fall back to global config)
|
public abstract int lockRetryInterval
@Deprecated @AliasFor(value="lockRetryInterval") public abstract int lockRetryInternal
Copyright © 2022 Seata. All rights reserved.