Class ReactiveStreamsEngineConfiguration

java.lang.Object
org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration

public class ReactiveStreamsEngineConfiguration extends Object
Configuration parameters for the Camel internal reactive-streams engine.
  • Constructor Details

    • ReactiveStreamsEngineConfiguration

      public ReactiveStreamsEngineConfiguration()
  • Method Details

    • getThreadPoolName

      public String getThreadPoolName()
    • setThreadPoolName

      public void setThreadPoolName(String threadPoolName)
      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.