GRPC Core
9.0.0
|
When a service config is applied to a call in the client_channel_filter, we create an instance of this object and store it in the call_data for client_channel. More...
#include <service_config.h>
Public Member Functions | |
CallData ()=default | |
CallData (RefCountedPtr< ServiceConfig > svc_cfg, const grpc_slice &path) | |
ServiceConfig * | service_config () |
ParsedConfig * | GetMethodParsedConfig (size_t index) const |
ParsedConfig * | GetGlobalParsedConfig (size_t index) const |
When a service config is applied to a call in the client_channel_filter, we create an instance of this object and store it in the call_data for client_channel.
A pointer to this object is also stored in the call_context, so that future filters can easily access method and global parameters for the call.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |