Package org.apache.camel.spring.xml
Class CamelThreadPoolFactoryBean
- java.lang.Object
-
- org.apache.camel.model.IdentifiedType
-
- org.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
-
- org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean
-
- org.apache.camel.spring.xml.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
-
-
Constructor Summary
Constructors Constructor Description CamelThreadPoolFactoryBean()
-
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 class org.apache.camel.model.IdentifiedType
getId, setId
-
-
-
-
Constructor Detail
-
CamelThreadPoolFactoryBean
public CamelThreadPoolFactoryBean()
-
-
Method Detail
-
getCamelContextWithId
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
- Specified by:
getCamelContextWithId
in classorg.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interfaceorg.springframework.context.ApplicationContextAware
-
-