GRPC Core  9.0.0
Public Member Functions
grpc_core::ServiceConfig::Parser Class Reference

This is the base class that all service config parsers should derive from. More...

#include <service_config.h>

Public Member Functions

virtual ~Parser ()=default
 
virtual std::unique_ptr< ParsedConfigParseGlobalParams (const grpc_json *, grpc_error **error)
 
virtual std::unique_ptr< ParsedConfigParsePerMethodParams (const grpc_json *, grpc_error **error)
 

Detailed Description

This is the base class that all service config parsers should derive from.

Constructor & Destructor Documentation

◆ ~Parser()

virtual grpc_core::ServiceConfig::Parser::~Parser ( )
virtualdefault

Member Function Documentation

◆ ParseGlobalParams()

virtual std::unique_ptr<ParsedConfig> grpc_core::ServiceConfig::Parser::ParseGlobalParams ( const grpc_json ,
grpc_error **  error 
)
inlinevirtual

◆ ParsePerMethodParams()

virtual std::unique_ptr<ParsedConfig> grpc_core::ServiceConfig::Parser::ParsePerMethodParams ( const grpc_json ,
grpc_error **  error 
)
inlinevirtual

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