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