@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.kafka") public class KafkaComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaComponentConfiguration.KafkaConfigurationNestedConfiguration |
| Constructor and Description |
|---|
KafkaComponentConfiguration() |
public KafkaComponentConfiguration.KafkaConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(KafkaComponentConfiguration.KafkaConfigurationNestedConfiguration configuration)
public String getBrokers()
public void setBrokers(String brokers)
public String getWorkerPool()
public void setWorkerPool(String workerPool)
public Boolean getUseGlobalSslContextParameters()
public void setUseGlobalSslContextParameters(Boolean useGlobalSslContextParameters)
public Boolean getBreakOnFirstError()
public void setBreakOnFirstError(Boolean breakOnFirstError)
public Boolean getAllowManualCommit()
public void setAllowManualCommit(Boolean allowManualCommit)
public String getKafkaManualCommitFactory()
public void setKafkaManualCommitFactory(String kafkaManualCommitFactory)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
Apache Camel