@Configuration @EnableConfigurationProperties(value=SyslogDataFormatConfiguration.class) public class SyslogDataFormatAutoConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SyslogDataFormatAutoConfiguration.Condition |
Constructor and Description |
---|
SyslogDataFormatAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.syslog.SyslogDataFormat |
configureSyslogDataFormat(org.apache.camel.CamelContext camelContext,
SyslogDataFormatConfiguration configuration) |
@Bean(name="syslog-dataformat") @Scope(value="prototype") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.syslog.SyslogDataFormat.class) public org.apache.camel.component.syslog.SyslogDataFormat configureSyslogDataFormat(org.apache.camel.CamelContext camelContext, SyslogDataFormatConfiguration configuration) throws Exception
Exception
Apache Camel