@Configuration(proxyBeanMethods=false) @ConditionalOnBean(value=CamelAutoConfiguration.class) @EnableConfigurationProperties(value=CamelThreadPoolConfigurationProperties.class) @AutoConfigureAfter(value=CamelAutoConfiguration.class) public class CamelThreadPoolAutoConfiguration extends Object
| Constructor and Description |
|---|
CamelThreadPoolAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.spi.ThreadPoolProfile |
threadPool(org.apache.camel.CamelContext camelContext,
CamelThreadPoolConfigurationProperties tp) |
@Bean
public org.apache.camel.spi.ThreadPoolProfile threadPool(org.apache.camel.CamelContext camelContext,
CamelThreadPoolConfigurationProperties tp)
Apache Camel