Class CamelThreadPoolAutoConfiguration
java.lang.Object
org.apache.camel.spring.boot.threadpool.CamelThreadPoolAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBean(CamelAutoConfiguration.class)
@EnableConfigurationProperties(CamelThreadPoolConfigurationProperties.class)
@AutoConfigureAfter(CamelAutoConfiguration.class)
public class CamelThreadPoolAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ThreadPoolProfile
threadPool
(org.apache.camel.CamelContext camelContext, CamelThreadPoolConfigurationProperties tp)
-
Constructor Details
-
CamelThreadPoolAutoConfiguration
public CamelThreadPoolAutoConfiguration()
-
-
Method Details
-
threadPool
@Bean public org.apache.camel.spi.ThreadPoolProfile threadPool(org.apache.camel.CamelContext camelContext, CamelThreadPoolConfigurationProperties tp)
-