GRPC Core  9.0.0
Public Member Functions | Static Public Member Functions
grpc_core::internal::ClientChannelServiceConfigParser Class Reference

#include <resolver_result_parsing.h>

Public Member Functions

std::unique_ptr< ServiceConfig::ParsedConfigParseGlobalParams (const grpc_json *json, grpc_error **error) override
 
std::unique_ptr< ServiceConfig::ParsedConfigParsePerMethodParams (const grpc_json *json, grpc_error **error) override
 
- Public Member Functions inherited from grpc_core::ServiceConfig::Parser
virtual ~Parser ()=default
 

Static Public Member Functions

static size_t ParserIndex ()
 
static void Register ()
 

Member Function Documentation

◆ ParseGlobalParams()

std::unique_ptr< ServiceConfig::ParsedConfig > grpc_core::internal::ClientChannelServiceConfigParser::ParseGlobalParams ( const grpc_json json,
grpc_error **  error 
)
overridevirtual

Reimplemented from grpc_core::ServiceConfig::Parser.

◆ ParsePerMethodParams()

std::unique_ptr< ServiceConfig::ParsedConfig > grpc_core::internal::ClientChannelServiceConfigParser::ParsePerMethodParams ( const grpc_json json,
grpc_error **  error 
)
overridevirtual

Reimplemented from grpc_core::ServiceConfig::Parser.

◆ ParserIndex()

size_t grpc_core::internal::ClientChannelServiceConfigParser::ParserIndex ( )
static

◆ Register()

void grpc_core::internal::ClientChannelServiceConfigParser::Register ( )
static

The documentation for this class was generated from the following files: