@Configuration @EnableConfigurationProperties(value=DisruptorComponentConfiguration.class) public class DisruptorComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DisruptorComponentAutoConfiguration.Condition |
Constructor and Description |
---|
DisruptorComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.disruptor.DisruptorComponent |
configureDisruptorComponent(org.apache.camel.CamelContext camelContext,
DisruptorComponentConfiguration configuration) |
@Lazy @Bean(name="disruptor-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.disruptor.DisruptorComponent.class) public org.apache.camel.component.disruptor.DisruptorComponent configureDisruptorComponent(org.apache.camel.CamelContext camelContext, DisruptorComponentConfiguration configuration) throws Exception
Exception
Apache Camel