@Component @ConfigurationProperties(value="seata.saga.state-machine.async-thread-pool") public class SagaAsyncThreadPoolProperties extends Object
| Constructor and Description |
|---|
SagaAsyncThreadPoolProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCorePoolSize() |
int |
getKeepAliveTime() |
int |
getMaxPoolSize() |
void |
setCorePoolSize(int corePoolSize) |
void |
setKeepAliveTime(int keepAliveTime) |
void |
setMaxPoolSize(int maxPoolSize) |
public int getCorePoolSize()
public void setCorePoolSize(int corePoolSize)
public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
public int getKeepAliveTime()
public void setKeepAliveTime(int keepAliveTime)
Copyright © 2023 Seata. All rights reserved.