C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Public Attributes | List of all members
caf::net::http::server_config Class Reference

Configuration for the server factory. More...

#include <config.hpp>

Inherits caf::net::dsl::server_config::value.

Public Types

using super = dsl::server_config_value
 

Static Public Member Functions

template<class T , class... Args>
static auto make (dsl::server_config_tag< T >, const base_config &from, Args &&... args)
 

Public Attributes

std::vector< route_ptrroutes
 Stores the available routes on the HTTP server.
 
std::vector< strong_actor_ptrmonitored_actors
 Store actors that the server should monitor.
 

Detailed Description

Configuration for the server factory.


The documentation for this class was generated from the following file: