@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.platform-http") public class PlatformHttpComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
PlatformHttpComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutowiredEnabled() |
Boolean |
getBridgeErrorHandler() |
org.apache.camel.component.platform.http.spi.PlatformHttpEngine |
getEngine() |
void |
setAutowiredEnabled(Boolean autowiredEnabled) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine engine) |
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public Boolean getAutowiredEnabled()
public void setAutowiredEnabled(Boolean autowiredEnabled)
public org.apache.camel.component.platform.http.spi.PlatformHttpEngine getEngine()
public void setEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine engine)
Apache Camel