Class CassandraComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.cassandra.springboot.CassandraComponentConfiguration

@ConfigurationProperties(prefix="camel.component.cql") public class CassandraComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Integrate with Cassandra 2.0 using the CQL3 API (not the Thrift API). Based on Cassandra Java Driver provided by DataStax. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • CassandraComponentConfiguration

      public CassandraComponentConfiguration()
  • 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)