Class PlatformHttpComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @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 Detail

      • PlatformHttpComponentConfiguration

        public PlatformHttpComponentConfiguration()
    • 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)