@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.asterisk") public class AsteriskComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
AsteriskComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getBridgeErrorHandler() |
Boolean |
getLazyStartProducer() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
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 getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
Apache Camel