@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.git") public class GitComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
GitComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getBasicPropertyBinding() |
Boolean |
getBridgeErrorHandler() |
Boolean |
getLazyStartProducer() |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getBasicPropertyBinding()
public void setBasicPropertyBinding(Boolean basicPropertyBinding)
Apache Camel