Go to the documentation of this file.
19 #ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H
20 #define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_CLIENT_CHANNEL_FACTORY_H
A single argument...
Definition: grpc_types.h:103
Round Robin Policy.
Definition: backend_metric.cc:24
static ClientChannelFactory * GetFromChannelArgs(const grpc_channel_args *args)
Definition: client_channel_factory.cc:47
static grpc_arg CreateChannelArg(ClientChannelFactory *factory)
Definition: client_channel_factory.cc:41
An array of arguments that can be passed around.
Definition: grpc_types.h:132
virtual Subchannel * CreateSubchannel(const grpc_channel_args *args)=0
Definition: subchannel.h:176
Definition: client_channel_factory.h:30
virtual ~ClientChannelFactory()=default