@Component @ConfigurationProperties(prefix="seata.server.session") public class SessionProperties extends Object
| 构造器和说明 |
|---|
SessionProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBranchAsyncQueueSize() |
Boolean |
getEnableBranchAsync() |
SessionProperties |
setBranchAsyncQueueSize(Integer branchAsyncQueueSize) |
SessionProperties |
setEnableBranchAsync(Boolean enableBranchAsyncRemove) |
public Integer getBranchAsyncQueueSize()
public SessionProperties setBranchAsyncQueueSize(Integer branchAsyncQueueSize)
public Boolean getEnableBranchAsync()
public SessionProperties setEnableBranchAsync(Boolean enableBranchAsyncRemove)
Copyright © 2022 Seata. All rights reserved.