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!
  • Constructor Details

    • SplunkComponentConfiguration

      public SplunkComponentConfiguration()
  • Method Details

    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getSplunkConfigurationFactory

      public org.apache.camel.component.splunk.SplunkConfigurationFactory getSplunkConfigurationFactory()
    • setSplunkConfigurationFactory

      public void setSplunkConfigurationFactory(org.apache.camel.component.splunk.SplunkConfigurationFactory splunkConfigurationFactory)
    • getHealthCheckConsumerEnabled

      public Boolean getHealthCheckConsumerEnabled()
    • setHealthCheckConsumerEnabled

      public void setHealthCheckConsumerEnabled(Boolean healthCheckConsumerEnabled)
    • getHealthCheckProducerEnabled

      public Boolean getHealthCheckProducerEnabled()
    • setHealthCheckProducerEnabled

      public void setHealthCheckProducerEnabled(Boolean healthCheckProducerEnabled)