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 Netty server from the given application and server configuration.
Create a Netty server from the given application and server configuration.
The application.
The server configuration.
A started Netty server, serving the application.
Creates a Server from the given router.
Creates a Server from the given router.
the server configuration
the routes definitions
an AkkaHttpServer instance
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 an AkkaHttpServer from the given router:
Or from a given router using BuiltInComponents:
Use this together with Sird Router.