@Configuration @EnableConfigurationProperties(value=BoxComponentConfiguration.class) public class BoxComponentAutoConfiguration extends Object
Constructor and Description |
---|
BoxComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.box.BoxComponent |
configureBoxComponent(org.apache.camel.CamelContext camelContext,
BoxComponentConfiguration configuration) |
@Bean(name="box-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.box.BoxComponent.class) public org.apache.camel.component.box.BoxComponent configureBoxComponent(org.apache.camel.CamelContext camelContext, BoxComponentConfiguration configuration) throws Exception
Exception
Apache Camel