Add initialization note

reviewable/pr19021/r1
Yash Tibrewal 6 years ago
parent 4e711fab64
commit d115e39a4a
  1. 3
      include/grpcpp/support/channel_arguments_impl.h

@ -40,6 +40,9 @@ class SecureChannelCredentials;
/// Options for channel creation. The user can use generic setters to pass
/// key value pairs down to C channel creation code. For gRPC related options,
/// concrete setters are provided.
/// This class derives from GrpcLibraryCodegen so that gRPC is initialized
/// before ValidateAndSetServiceConfigJSON is used. (Service config validation
/// methods are registered at initialization.)
class ChannelArguments : private ::grpc::GrpcLibraryCodegen {
public:
/// NOTE: class experimental_type is not part of the public API of this class.

Loading…
Cancel
Save