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!
  • Constructor Details

    • PlatformHttpComponentConfiguration

      public PlatformHttpComponentConfiguration()
  • Method Details

    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getHandleWriteResponseError

      public Boolean getHandleWriteResponseError()
    • setHandleWriteResponseError

      public void setHandleWriteResponseError(Boolean handleWriteResponseError)
    • 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)
    • getHeaderFilterStrategy

      public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
    • setHeaderFilterStrategy

      public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)