Module server

Module server 

Source
Expand description

Core server-related functionality.

Enums§

ServerBootstrapError
Errors related to bootstrapping servers.

Traits§

ServerBootstrap
Trait for components responsible for creating web servers from ServerConfig. Create a component implementing this trait to override the default bootstrap.
ShutdownSignalSource
Source for gracefully shutting down the server runner with all running servers. Only the primary instance is taken into account.

Type Aliases§

ShutdownSignalSender