@Configuration @EnableConfigurationProperties(value=VmComponentConfiguration.class) @Conditional(value=VmComponentAutoConfiguration.Condition.class) public class VmComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VmComponentAutoConfiguration.Condition |
Constructor and Description |
---|
VmComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.vm.VmComponent |
configureVmComponent(org.apache.camel.CamelContext camelContext,
VmComponentConfiguration configuration) |
@Lazy @Bean(name="vm-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.vm.VmComponent.class) public org.apache.camel.component.vm.VmComponent configureVmComponent(org.apache.camel.CamelContext camelContext, VmComponentConfiguration configuration) throws Exception
Exception
Apache Camel