Class ServletPlatformHttpAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @AutoConfigureAfter(name={"org.apache.camel.component.servlet.springboot.ServletComponentAutoConfiguration","org.apache.camel.component.servlet.springboot.ServletComponentConverter"})
    public class ServletPlatformHttpAutoConfiguration
    extends Object
    • Constructor Detail

      • ServletPlatformHttpAutoConfiguration

        public ServletPlatformHttpAutoConfiguration​(org.apache.camel.CamelContext camelContext)
    • Method Detail

      • servletPlatformHttpEngine

        @Lazy
        @Bean(name="platform-http-engine")
        @ConditionalOnMissingBean(org.apache.camel.component.platform.http.spi.PlatformHttpEngine.class)
        @DependsOn("configureServletComponent")
        public org.apache.camel.component.platform.http.spi.PlatformHttpEngine servletPlatformHttpEngine()