Class CamelQuartzComponentCustomConfiguration
java.lang.Object
org.qubership.integration.platform.engine.configuration.camel.quartz.CamelQuartzComponentCustomConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties({org.apache.camel.spring.boot.ComponentConfigurationProperties.class,org.apache.camel.component.quartz.springboot.QuartzComponentConfiguration.class})
public class CamelQuartzComponentCustomConfiguration
extends Object
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCamelQuartzComponentCustomConfiguration(QuartzSchedulerService quartzSchedulerService) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.spi.ComponentCustomizer
-
Field Details
-
THREAD_POOL_COUNT_PROP
- See Also:
-
-
Constructor Details
-
CamelQuartzComponentCustomConfiguration
@Autowired public CamelQuartzComponentCustomConfiguration(QuartzSchedulerService quartzSchedulerService)
-
-
Method Details
-
quartzComponentCustomizer
@Bean public org.apache.camel.spi.ComponentCustomizer quartzComponentCustomizer()
-