|
AccessMode ROUTING_EXPORT | routing::get_access_mode (const std::string &value) |
| Returns AccessMode for its literal representation. More...
|
|
std::string ROUTING_EXPORT | routing::get_access_mode_names () |
| Get comma separated list of all access mode names. More...
|
|
std::string ROUTING_EXPORT | routing::get_access_mode_name (AccessMode access_mode) noexcept |
| Returns literal name of given access mode. More...
|
|
RoutingStrategy ROUTING_EXPORT | routing::get_routing_strategy (const std::string &value) |
| Returns RoutingStrategy for its literal representation. More...
|
|
std::string ROUTING_EXPORT | routing::get_routing_strategy_names (bool metadata_cache) |
| Get comma separated list of all routing stategy names for a given routing type (metadata cache or static) More...
|
|
std::string ROUTING_EXPORT | routing::get_routing_strategy_name (RoutingStrategy routing_strategy) noexcept |
| Returns literal name of given routing strategy. More...
|
|