GRPC C++
1.39.1
|
#include <grpc/support/port_platform.h>
#include "absl/strings/string_view.h"
#include "src/core/lib/channel/channel_args.h"
Namespaces | |
grpc_core | |
Round Robin Policy. | |
Macros | |
#define | GRPC_ARG_AUTHORITY_OVERRIDE "grpc.authority_override" |
Functions | |
grpc_arg | grpc_core::CreateAuthorityOverrideChannelArg (const char *authority) |
Returns a channel argument containing authority. More... | |
absl::string_view | grpc_core::FindAuthorityOverrideInArgs (const grpc_channel_args *args) |
Returns the authority override from args or the empty string. More... | |
#define GRPC_ARG_AUTHORITY_OVERRIDE "grpc.authority_override" |