34 #ifndef GRPCXX_CREATE_CHANNEL_H
35 #define GRPCXX_CREATE_CHANNEL_H
53 const std::shared_ptr<ChannelCredentials>& creds);
66 const std::shared_ptr<ChannelCredentials>& creds,
67 const ChannelArguments& args);
71 #endif // GRPCXX_CREATE_CHANNEL_H
std::string string
Definition: config.h:50
std::shared_ptr< Channel > CreateCustomChannel(const grpc::string &target, const std::shared_ptr< ChannelCredentials > &creds, const ChannelArguments &args)
Create a new custom Channel pointing to target.
std::shared_ptr< Channel > CreateChannel(const grpc::string &target, const std::shared_ptr< ChannelCredentials > &creds)
Create a new Channel pointing to target.