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.apache.camel.spi.HasCamelContext,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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.CamelContextgetCamelContextWithId(String camelContextId) voidsetApplicationContext(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, setTimeUnitMethods inherited from class org.apache.camel.core.xml.AbstractCamelFactoryBean
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCustomId, isSingleton, setCamelContext, setCamelContextId, setCustomIdMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
getObject, getObjectType, isSingleton
-
Constructor Details
-
CamelThreadPoolFactoryBean
public CamelThreadPoolFactoryBean()
-
-
Method Details
-
getCamelContextWithId
- Specified by:
getCamelContextWithIdin classorg.apache.camel.core.xml.AbstractCamelFactoryBean<ExecutorService>
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-