19 #ifndef GRPCPP_CREATE_CHANNEL_H
20 #define GRPCPP_CREATE_CHANNEL_H
38 const grpc::string& target,
39 const std::shared_ptr<ChannelCredentials>& creds);
52 const grpc::string& target,
53 const std::shared_ptr<ChannelCredentials>& creds,
56 namespace experimental {
69 const grpc::string& target,
70 const std::shared_ptr<ChannelCredentials>& creds,
73 std::unique_ptr<experimental::ClientInterceptorFactoryInterface>>
74 interceptor_creators);
Options for channel creation.
Definition: channel_arguments.h:39
std::shared_ptr< Channel > CreateCustomChannelWithInterceptors(const grpc::string &target, const std::shared_ptr< ChannelCredentials > &creds, const ChannelArguments &args, std::vector< std::unique_ptr< experimental::ClientInterceptorFactoryInterface >> interceptor_creators)
Create a new custom Channel pointing to target with interceptors being invoked per call.
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm.h:33
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.