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