public class CamelThreadPoolFactoryBean extends org.apache.camel.core.xml.AbstractCamelThreadPoolFactoryBean implements FactoryBean<ExecutorService>, ApplicationContextAware
FactoryBean
which instantiates ExecutorService
objectsConstructor and Description |
---|
CamelThreadPoolFactoryBean() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.CamelContext |
getCamelContextWithId(String camelContextId) |
void |
setApplicationContext(ApplicationContext applicationContext) |
getKeepAliveTime, getMaxPoolSize, getMaxQueueSize, getObject, getObjectType, getPoolSize, getRejectedPolicy, getScheduled, getThreadName, getTimeUnit, setKeepAliveTime, setMaxPoolSize, setMaxQueueSize, setPoolSize, setRejectedPolicy, setScheduled, setThreadName, setTimeUnit
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, isSingleton, setCamelContext, setCamelContextId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getObject, getObjectType, isSingleton
public CamelThreadPoolFactoryBean()
protected org.apache.camel.CamelContext getCamelContextWithId(String camelContextId)
getCamelContextWithId
in class org.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
public void setApplicationContext(ApplicationContext applicationContext)
setApplicationContext
in interface ApplicationContextAware
Apache Camel