pub(crate) fn before_starting_server(
args: ArgMatches,
configuration_adapters: HashMap<String, Box<dyn ConfigurationAdapter + Send + Sync>>,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
Function called before starting a server