17 #ifndef GRPC_CORE_LIB_TRANSPORT_AUTHORITY_OVERRIDE_H
18 #define GRPC_CORE_LIB_TRANSPORT_AUTHORITY_OVERRIDE_H
22 #include "absl/strings/string_view.h"
Round Robin Policy.
Definition: backend_metric.cc:26
grpc_arg CreateAuthorityOverrideChannelArg(const char *authority)
Returns a channel argument containing authority.
Definition: authority_override.cc:28
absl::string_view FindAuthorityOverrideInArgs(const grpc_channel_args *args)
Returns the authority override from args or the empty string.
Definition: authority_override.cc:34
A single argument...
Definition: grpc_types.h:103
An array of arguments that can be passed around.
Definition: grpc_types.h:132