Class SpringBootPlatformHttpEngine

java.lang.Object
org.apache.camel.component.platform.http.springboot.SpringBootPlatformHttpEngine
All Implemented Interfaces:
org.apache.camel.component.platform.http.spi.PlatformHttpEngine, org.apache.camel.spi.EmbeddedHttpService

public class SpringBootPlatformHttpEngine extends Object implements org.apache.camel.component.platform.http.spi.PlatformHttpEngine
  • Constructor Details

    • SpringBootPlatformHttpEngine

      public SpringBootPlatformHttpEngine(int port)
    • SpringBootPlatformHttpEngine

      public SpringBootPlatformHttpEngine(int port, Executor executor)
  • Method Details

    • createConsumer

      public org.apache.camel.component.platform.http.spi.PlatformHttpConsumer createConsumer(org.apache.camel.component.platform.http.PlatformHttpEndpoint endpoint, org.apache.camel.Processor processor)
      Specified by:
      createConsumer in interface org.apache.camel.component.platform.http.spi.PlatformHttpEngine
    • getServerPort

      public int getServerPort()
      Specified by:
      getServerPort in interface org.apache.camel.spi.EmbeddedHttpService
      Specified by:
      getServerPort in interface org.apache.camel.component.platform.http.spi.PlatformHttpEngine