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(HttpServerConfigurationProperties configuration) Creates the embedded HTTP server
-
Method Details
-
newHttpServer
Creates the embedded HTTP server- Parameters:
configuration- server configuration- Returns:
- the server as a
Serviceto be managed byCamelContext.
-