Constructor and Description |
---|
ReactiveStreamsEngineConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getThreadPoolMaxSize() |
int |
getThreadPoolMinSize() |
String |
getThreadPoolName() |
void |
setThreadPoolMaxSize(int threadPoolMaxSize)
The maximum number of threads used by the reactive streams internal engine.
|
void |
setThreadPoolMinSize(int threadPoolMinSize)
The minimum number of threads used by the reactive streams internal engine.
|
void |
setThreadPoolName(String threadPoolName)
The name of the thread pool used by the reactive streams internal engine.
|
public String getThreadPoolName()
public void setThreadPoolName(String threadPoolName)
public int getThreadPoolMinSize()
public void setThreadPoolMinSize(int threadPoolMinSize)
public int getThreadPoolMaxSize()
public void setThreadPoolMaxSize(int threadPoolMaxSize)
Apache Camel