Class ReactiveStreamsEngineConfiguration


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

      • ReactiveStreamsEngineConfiguration

        public ReactiveStreamsEngineConfiguration()
    • Method Detail

      • 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.