@Configuration @EnableConfigurationProperties(value=LogComponentConfiguration.class) public class LogComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LogComponentAutoConfiguration.Condition |
Constructor and Description |
---|
LogComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.log.LogComponent |
configureLogComponent(org.apache.camel.CamelContext camelContext,
LogComponentConfiguration configuration) |
@Lazy @Bean(name="log-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.log.LogComponent.class) public org.apache.camel.component.log.LogComponent configureLogComponent(org.apache.camel.CamelContext camelContext, LogComponentConfiguration configuration) throws Exception
Exception
Apache Camel