@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.beanstalk") public class BeanstalkComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
BeanstalkComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.beanstalk.ConnectionSettingsFactory |
getConnectionSettingsFactory() |
Boolean |
getResolvePropertyPlaceholders() |
void |
setConnectionSettingsFactory(org.apache.camel.component.beanstalk.ConnectionSettingsFactory connectionSettingsFactory) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
public org.apache.camel.component.beanstalk.ConnectionSettingsFactory getConnectionSettingsFactory()
public void setConnectionSettingsFactory(org.apache.camel.component.beanstalk.ConnectionSettingsFactory connectionSettingsFactory)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel