Class PlatformHttpComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.platform.http.springboot.PlatformHttpComponentConfiguration
@ConfigurationProperties(prefix="camel.component.platform-http")
public class PlatformHttpComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Expose HTTP endpoints using the HTTP server available in the current
platform.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.platform.http.spi.PlatformHttpEngineorg.apache.camel.spi.HeaderFilterStrategyvoidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine engine) voidsetHandleWriteResponseError(Boolean handleWriteResponseError) voidsetHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
PlatformHttpComponentConfiguration
public PlatformHttpComponentConfiguration()
-
-
Method Details
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getHandleWriteResponseError
-
setHandleWriteResponseError
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getEngine
public org.apache.camel.component.platform.http.spi.PlatformHttpEngine getEngine() -
setEngine
public void setEngine(org.apache.camel.component.platform.http.spi.PlatformHttpEngine engine) -
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy() -
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
-