19 #import <Foundation/Foundation.h> 21 #include <grpc/impl/codegen/grpc_types.h> 23 NS_ASSUME_NONNULL_BEGIN
29 - (nullable grpc_channel *)createChannelWithHost:(NSString *)host
30 channelArgs:(nullable NSDictionary *)args;
A factory interface which generates new channel.
Definition: GRPCChannelFactory.h:26