@Configuration @EnableConfigurationProperties(value=LumberjackComponentConfiguration.class) @Conditional(value=LumberjackComponentAutoConfiguration.Condition.class) public class LumberjackComponentAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LumberjackComponentAutoConfiguration.Condition |
Constructor and Description |
---|
LumberjackComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.lumberjack.LumberjackComponent |
configureLumberjackComponent(org.apache.camel.CamelContext camelContext,
LumberjackComponentConfiguration configuration) |
public LumberjackComponentAutoConfiguration()
@Lazy @Bean(name="lumberjack-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.lumberjack.LumberjackComponent.class) public org.apache.camel.component.lumberjack.LumberjackComponent configureLumberjackComponent(org.apache.camel.CamelContext camelContext, LumberjackComponentConfiguration configuration) throws Exception
Exception
Apache Camel