@Configuration @EnableConfigurationProperties(value=DirectVmComponentConfiguration.class) public class DirectVmComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DirectVmComponentAutoConfiguration.Condition |
Constructor and Description |
---|
DirectVmComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.directvm.DirectVmComponent |
configureDirectVmComponent(org.apache.camel.CamelContext camelContext,
DirectVmComponentConfiguration configuration) |
@Lazy @Bean(name="direct-vm-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.directvm.DirectVmComponent.class) public org.apache.camel.component.directvm.DirectVmComponent configureDirectVmComponent(org.apache.camel.CamelContext camelContext, DirectVmComponentConfiguration configuration) throws Exception
Exception
Apache Camel