Class SplunkComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.splunk.springboot.SplunkComponentConfiguration
@ConfigurationProperties(prefix="camel.component.splunk")
public class SplunkComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Publish or search for events in Splunk.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.splunk.SplunkConfigurationFactoryvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetHealthCheckConsumerEnabled(Boolean healthCheckConsumerEnabled) voidsetHealthCheckProducerEnabled(Boolean healthCheckProducerEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetSplunkConfigurationFactory(org.apache.camel.component.splunk.SplunkConfigurationFactory splunkConfigurationFactory) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
SplunkComponentConfiguration
public SplunkComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getLazyStartProducer
-
setLazyStartProducer
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getSplunkConfigurationFactory
public org.apache.camel.component.splunk.SplunkConfigurationFactory getSplunkConfigurationFactory() -
setSplunkConfigurationFactory
public void setSplunkConfigurationFactory(org.apache.camel.component.splunk.SplunkConfigurationFactory splunkConfigurationFactory) -
getHealthCheckConsumerEnabled
-
setHealthCheckConsumerEnabled
-
getHealthCheckProducerEnabled
-
setHealthCheckProducerEnabled
-