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