Class CamelThreadPoolConfigurationProperties.ThreadPoolProfileConfigurationProperties

java.lang.Object
org.apache.camel.spring.boot.threadpool.CamelThreadPoolConfigurationProperties.ThreadPoolProfileConfigurationProperties
Enclosing class:
CamelThreadPoolConfigurationProperties

@ConfigurationProperties(prefix="camel.threadpool.config") public static class CamelThreadPoolConfigurationProperties.ThreadPoolProfileConfigurationProperties extends Object
  • Constructor Details

    • ThreadPoolProfileConfigurationProperties

      public ThreadPoolProfileConfigurationProperties()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getPoolSize

      public Integer getPoolSize()
    • setPoolSize

      public void setPoolSize(Integer poolSize)
    • getMaxPoolSize

      public Integer getMaxPoolSize()
    • setMaxPoolSize

      public void setMaxPoolSize(Integer maxPoolSize)
    • getKeepAliveTime

      public Long getKeepAliveTime()
    • setKeepAliveTime

      public void setKeepAliveTime(Long keepAliveTime)
    • getTimeUnit

      public TimeUnit getTimeUnit()
    • setTimeUnit

      public void setTimeUnit(TimeUnit timeUnit)
    • getMaxQueueSize

      public Integer getMaxQueueSize()
    • setMaxQueueSize

      public void setMaxQueueSize(Integer maxQueueSize)
    • getAllowCoreThreadTimeOut

      public Boolean getAllowCoreThreadTimeOut()
    • setAllowCoreThreadTimeOut

      public void setAllowCoreThreadTimeOut(Boolean allowCoreThreadTimeOut)
    • getRejectedPolicy

      public org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy getRejectedPolicy()
    • setRejectedPolicy

      public void setRejectedPolicy(org.apache.camel.util.concurrent.ThreadPoolRejectedPolicy rejectedPolicy)