@Configuration @EnableConfigurationProperties(value=DisruptorVmComponentConfiguration.class) public class DisruptorVmComponentAutoConfiguration extends Object
Constructor and Description |
---|
DisruptorVmComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.disruptor.vm.DisruptorVmComponent |
configureDisruptorVmComponent(org.apache.camel.CamelContext camelContext,
DisruptorVmComponentConfiguration configuration) |
public DisruptorVmComponentAutoConfiguration()
@Bean(name="disruptor-vm-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.disruptor.vm.DisruptorVmComponent.class) public org.apache.camel.component.disruptor.vm.DisruptorVmComponent configureDisruptorVmComponent(org.apache.camel.CamelContext camelContext, DisruptorVmComponentConfiguration configuration) throws Exception
Exception
Apache Camel