@Configuration
@Inject(value="${seata.client.rm.lock}",
required=false)
public class LockProperties
extends Object
| Constructor and Description |
|---|
LockProperties() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All rights reserved.