@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.scp") public class ScpComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
ScpComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getLazyStartProducer() |
Boolean |
getVerboseLogging() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setVerboseLogging(Boolean verboseLogging) |
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public Boolean getVerboseLogging()
public void setVerboseLogging(Boolean verboseLogging)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel