The values needed to initialize an AkkaHttpServer.
The values needed to initialize an AkkaHttpServer.
Basic server configuration values.
An object which can be queried to get an Application.
An ActorSystem that the server can use.
A function that should be called by the server when it stops. This function can be used to close resources that are provided to the server.
Create a Akka HTTP server from the given application and server configuration.
Create a Akka HTTP server from the given application and server configuration.
The application.
The server configuration.
A started Akka HTTP server, serving the application.
Creates a Server from the given router, using ServerComponents.
Creates a Server from the given router, using ServerComponents.
the server configuration
the routes definitions
an AkkaHttpServer instance
A ServerProvider for creating an AkkaHttpServer.
Creates a Server from the given router.
Creates a Server from the given router.
the server configuration
the routes definitions
an AkkaHttpServer instance
(Since version 2.7.0) Use fromRouterWithComponents or use DefaultAkkaHttpServerComponents/DefaultNettyServerComponents
Creates an AkkaHttpServer from a given router using BuiltInComponents:
Use this together with Sird Router.