@Configuration @EnableConfigurationProperties(value=VmComponentConfiguration.class) public class VmComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
VmComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
VmComponent |
configureVmComponent(CamelContext camelContext,
VmComponentConfiguration configuration) |
@Bean(name="vm-component") @ConditionalOnClass(value=CamelContext.class) @ConditionalOnMissingBean(value=VmComponent.class) public VmComponent configureVmComponent(CamelContext camelContext, VmComponentConfiguration configuration) throws Exception
ExceptionApache Camel