@Component @ConfigurationProperties(prefix="seata.client.rm.lock") public class LockProperties extends Object
| 构造器和说明 |
|---|
LockProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getRetryInterval() |
int |
getRetryTimes() |
boolean |
isRetryPolicyBranchRollbackOnConflict() |
LockProperties |
setRetryInterval(int retryInterval) |
LockProperties |
setRetryPolicyBranchRollbackOnConflict(boolean retryPolicyBranchRollbackOnConflict) |
LockProperties |
setRetryTimes(int retryTimes) |
public int getRetryInterval()
public LockProperties setRetryInterval(int retryInterval)
public int getRetryTimes()
public LockProperties setRetryTimes(int retryTimes)
public boolean isRetryPolicyBranchRollbackOnConflict()
public LockProperties setRetryPolicyBranchRollbackOnConflict(boolean retryPolicyBranchRollbackOnConflict)
Copyright © 2021 Seata. All rights reserved.