@ConfigurationProperties(prefix="threadScope") public class ThreadScopeProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SCOPE_NAME |
| Constructor and Description |
|---|
ThreadScopeProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPoolSize() |
String |
getScopeName() |
String |
getThreadNamePrefix() |
void |
setPoolSize(int poolSize) |
void |
setScopeName(String scopeName) |
void |
setThreadNamePrefix(String threadNamePrefix) |
public static final String DEFAULT_SCOPE_NAME
public int getPoolSize()
public String getThreadNamePrefix()
public void setPoolSize(int poolSize)
public void setThreadNamePrefix(String threadNamePrefix)
public String getScopeName()
public void setScopeName(String scopeName)
Copyright © 2015 devbury. All rights reserved.