public static class ReactiveStreamsComponentConfiguration.ReactiveStreamsEngineConfigurationNestedConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static Class |
CAMEL_NESTED_CLASS |
Constructor and Description |
---|
ReactiveStreamsEngineConfigurationNestedConfiguration() |
Modifier and Type | Method and Description |
---|---|
Integer |
getThreadPoolMaxSize() |
Integer |
getThreadPoolMinSize() |
String |
getThreadPoolName() |
void |
setThreadPoolMaxSize(Integer threadPoolMaxSize) |
void |
setThreadPoolMinSize(Integer threadPoolMinSize) |
void |
setThreadPoolName(String threadPoolName) |
public static final Class CAMEL_NESTED_CLASS
public ReactiveStreamsEngineConfigurationNestedConfiguration()
public String getThreadPoolName()
public void setThreadPoolName(String threadPoolName)
public Integer getThreadPoolMinSize()
public void setThreadPoolMinSize(Integer threadPoolMinSize)
public Integer getThreadPoolMaxSize()
public void setThreadPoolMaxSize(Integer threadPoolMaxSize)
Apache Camel