|
C++ Actor Framework 0.19
|
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_ptr > | routes |
| Stores the available routes on the HTTP server. | |
| std::vector< strong_actor_ptr > | monitored_actors |
| Store actors that the server should monitor. | |
Configuration for the server factory.