Struct GrpcChannelArgumentsOption (2.23.0-rc)

A string-string map of arguments for grpc::ChannelArguments::SetString.

This option gives users the ability to set various arguments for the underlying grpc::ChannelArguments objects that will be created. See the gRPC documentation for more details about available channel arguments.

See Also

https://grpc.github.io/grpc/cpp/classgrpc_1_1_channel_arguments.html

See Also

https://grpc.github.io/grpc/core/group__grpc__arg__keys.html

Type Aliases

Type

Alias Of: std::map< std::string, std::string >