Comments to GRPCChannelFactory

pull/16190/head
Muxi Yan 6 years ago
parent ef830758cc
commit dcf5f1ff38
  1. 2
      src/objective-c/GRPCClient/private/GRPCChannelFactory.h

@ -22,8 +22,10 @@
NS_ASSUME_NONNULL_BEGIN
/** A factory interface which generates new channel. */
@protocol GRPCChannelFactory
/** Create a channel with specific channel args to a specific host. */
- (nullable grpc_channel *)createChannelWithHost:(NSString *)host
channelArgs:(nullable NSDictionary *)args;

Loading…
Cancel
Save