Class PlatformHttpComponentConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
-
- org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.platform-http") public class PlatformHttpComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommonExpose HTTP endpoints using the HTTP server available in the current platform. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description PlatformHttpComponentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAutowiredEnabled()BooleangetBridgeErrorHandler()org.apache.camel.component.platform.http.spi.PlatformHttpEnginegetEngine()voidsetAutowiredEnabled(Boolean autowiredEnabled)voidsetBridgeErrorHandler(Boolean bridgeErrorHandler)voidsetEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine engine)
-
-
-
Method Detail
-
getBridgeErrorHandler
public Boolean getBridgeErrorHandler()
-
setBridgeErrorHandler
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
-
getAutowiredEnabled
public Boolean getAutowiredEnabled()
-
setAutowiredEnabled
public void setAutowiredEnabled(Boolean autowiredEnabled)
-
getEngine
public org.apache.camel.component.platform.http.spi.PlatformHttpEngine getEngine()
-
setEngine
public void setEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine engine)
-
-