26#ifndef ROUTER_SUPPORTED_ROUTER_OPTIONS_INCLUDED
27#define ROUTER_SUPPORTED_ROUTER_OPTIONS_INCLUDED
34static constexpr std::string_view
kUser{
"user"};
35static constexpr std::string_view
kName{
"name"};
42static constexpr std::string_view
kPidFile{
"pid_file"};
44static constexpr std::string_view kEventSourceName{
"event_source_name"};
60 router::options::kEventSourceName,
Definition: options.cc:57
static constexpr std::string_view kKeyringPath
Definition: supported_router_options.h:36
static constexpr std::string_view kUser
Definition: supported_router_options.h:34
static constexpr std::string_view kPidFile
Definition: supported_router_options.h:42
static constexpr std::string_view kMasterKeyReader
Definition: supported_router_options.h:38
static constexpr std::string_view kMasterKeyWriter
Definition: supported_router_options.h:39
static constexpr std::string_view kMasterKeyPath
Definition: supported_router_options.h:37
static constexpr std::string_view kMaxTotalConnections
Definition: supported_router_options.h:41
static constexpr std::string_view kDynamicState
Definition: supported_router_options.h:40
static constexpr std::string_view kName
Definition: supported_router_options.h:35
Definition: supported_router_options.h:32
static constexpr std::array router_supported_options
Definition: supported_router_options.h:49