@Configuration @EnableConfigurationProperties(value=LumberjackComponentConfiguration.class) public class LumberjackComponentAutoConfiguration extends Object
| 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()
@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
ExceptionApache Camel