Interface MainHttpServerFactory


public interface MainHttpServerFactory
Factory for creating an embedded HTTP server for standalone (not Spring Boot or Quarkus).
  • Method Details

    • newHttpServer

      org.apache.camel.Service newHttpServer(HttpServerConfigurationProperties configuration)
      Creates the embedded HTTP server
      Parameters:
      configuration - server configuration
      Returns:
      the server as a Service to be managed by CamelContext.