19 #ifndef GRPCPP_CREATE_CHANNEL_POSIX_IMPL_H 20 #define GRPCPP_CREATE_CHANNEL_POSIX_IMPL_H 30 #ifdef GPR_SUPPORT_CHANNELS_FROM_FD 36 std::shared_ptr<grpc::Channel> CreateInsecureChannelFromFd(
45 std::shared_ptr<grpc::Channel> CreateCustomInsecureChannelFromFd(
48 namespace experimental {
57 std::shared_ptr<grpc::Channel>
58 CreateCustomInsecureChannelWithInterceptorsFromFd(
60 std::unique_ptr<std::vector<
61 std::unique_ptr<grpc::experimental::ClientInterceptorFactoryInterface>>>
62 interceptor_creators);
66 #endif // GPR_SUPPORT_CHANNELS_FROM_FD 70 #endif // GRPCPP_CREATE_CHANNEL_POSIX_IMPL_H std::string string
Definition: config.h:35
Options for channel creation.
Definition: channel_arguments_impl.h:43
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm_impl.h:33