|
GRPC Core
18.0.0
|
#include <config_selector.h>
Data Fields | |
| grpc_error_handle | error = GRPC_ERROR_NONE |
| const ServiceConfigParser::ParsedConfigVector * | method_configs = nullptr |
| RefCountedPtr< ServiceConfig > | service_config |
| std::map< const char *, absl::string_view > | call_attributes |
| std::function< void()> | on_call_committed |
| std::map<const char*, absl::string_view> grpc_core::ConfigSelector::CallConfig::call_attributes |
| grpc_error_handle grpc_core::ConfigSelector::CallConfig::error = GRPC_ERROR_NONE |
| const ServiceConfigParser::ParsedConfigVector* grpc_core::ConfigSelector::CallConfig::method_configs = nullptr |
| std::function<void()> grpc_core::ConfigSelector::CallConfig::on_call_committed |
| RefCountedPtr<ServiceConfig> grpc_core::ConfigSelector::CallConfig::service_config |