Package org.apache.camel.main
Interface MainHttpServerFactory
public interface MainHttpServerFactory
Factory for creating an embedded HTTP server for standalone (not Spring Boot or Quarkus).
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ServicenewHttpServer(org.apache.camel.CamelContext camelContext, HttpServerConfigurationProperties configuration) Creates the embedded HTTP server
-
Method Details
-
newHttpServer
org.apache.camel.Service newHttpServer(org.apache.camel.CamelContext camelContext, HttpServerConfigurationProperties configuration) Creates the embedded HTTP server- Parameters:
camelContext- the camel contextconfiguration- server configuration- Returns:
- the server as a
Serviceto be managed byCamelContext.
-