GRPC Core  18.0.0
Data Fields
grpc_core::ConfigSelector::CallConfig Struct Reference

#include <config_selector.h>

Data Fields

grpc_error_handle error = GRPC_ERROR_NONE
 
const ServiceConfigParser::ParsedConfigVectormethod_configs = nullptr
 
RefCountedPtr< ServiceConfigservice_config
 
std::map< const char *, absl::string_view > call_attributes
 
std::function< void()> on_call_committed
 

Field Documentation

◆ call_attributes

std::map<const char*, absl::string_view> grpc_core::ConfigSelector::CallConfig::call_attributes

◆ error

grpc_error_handle grpc_core::ConfigSelector::CallConfig::error = GRPC_ERROR_NONE

◆ method_configs

const ServiceConfigParser::ParsedConfigVector* grpc_core::ConfigSelector::CallConfig::method_configs = nullptr

◆ on_call_committed

std::function<void()> grpc_core::ConfigSelector::CallConfig::on_call_committed

◆ service_config

RefCountedPtr<ServiceConfig> grpc_core::ConfigSelector::CallConfig::service_config

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