Class CamelThreadPoolFactoryBean

  • All Implemented Interfaces:
    org.apache.camel.CamelContextAware, org.springframework.beans.factory.Aware, org.springframework.beans.factory.FactoryBean<ExecutorService>, org.springframework.context.ApplicationContextAware

    @Metadata(label="spring,configuration")
    public class CamelThreadPoolFactoryBean
    extends org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
    implements org.springframework.beans.factory.FactoryBean<ExecutorService>, org.springframework.context.ApplicationContextAware
    Configuration of thread pools
    • Field Summary

      • Fields inherited from interface org.springframework.beans.factory.FactoryBean

        OBJECT_TYPE_ATTRIBUTE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.camel.CamelContext getCamelContextWithId​(String camelContextId)  
      void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)  
      • Methods inherited from class org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean

        getAllowCoreThreadTimeOut, getKeepAliveTime, getMaxPoolSize, getMaxQueueSize, getObject, getObjectType, getPoolSize, getRejectedPolicy, getScheduled, getThreadName, getTimeUnit, setAllowCoreThreadTimeOut, setKeepAliveTime, setMaxPoolSize, setMaxQueueSize, setPoolSize, setRejectedPolicy, setScheduled, setThreadName, setTimeUnit
      • Methods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean

        afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomId
      • Methods inherited from interface org.springframework.beans.factory.FactoryBean

        getObject, getObjectType, isSingleton
    • Method Detail

      • getCamelContextWithId

        protected org.apache.camel.CamelContext getCamelContextWithId​(String camelContextId)
        Specified by:
        getCamelContextWithId in class org.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
        Specified by:
        setApplicationContext in interface org.springframework.context.ApplicationContextAware