Class ReactiveStreamsEngineConfiguration
java.lang.Object
org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration
Configuration parameters for the Camel internal reactive-streams engine.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
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.
-
Constructor Details
-
ReactiveStreamsEngineConfiguration
public ReactiveStreamsEngineConfiguration()
-
-
Method Details
-
getThreadPoolName
-
setThreadPoolName
The name of the thread pool used by the reactive streams internal engine. -
getThreadPoolMinSize
public int getThreadPoolMinSize() -
setThreadPoolMinSize
public void setThreadPoolMinSize(int threadPoolMinSize) The minimum number of threads used by the reactive streams internal engine. -
getThreadPoolMaxSize
public int getThreadPoolMaxSize() -
setThreadPoolMaxSize
public void setThreadPoolMaxSize(int threadPoolMaxSize) The maximum number of threads used by the reactive streams internal engine.
-