19 #ifndef GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H 20 #define GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_GRPCLB_GRPCLB_CHANNEL_H
An array of arguments that can be passed around.
Definition: grpc_types.h:132
grpc_channel_args * ModifyGrpclbBalancerChannelArgs(const ServerAddressList &addresses, grpc_channel_args *args)
Makes any necessary modifications to args for use in the grpclb balancer channel. ...
Definition: grpclb_channel_secure.cc:71
grpc_channel * CreateGrpclbBalancerChannel(const char *target_uri, const grpc_channel_args &args)
Definition: grpclb_channel_secure.cc:102
Round Robin Policy.
Definition: backend_metric.cc:24
InlinedVector< ServerAddress, 1 > ServerAddressList
Definition: server_address.h:92