aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/private/GRPCChannelPool.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-16 18:14:34 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-16 18:14:34 -0700
commitbc292b87c26ea8f6465443a152e86b3ed71e585b (patch)
tree5c5e522ef536f73c8f771aee40827fd7e740908f /src/objective-c/GRPCClient/private/GRPCChannelPool.h
parent549db7b80b3e6e91aaf08f9f9bf2f932050cc310 (diff)
polish attributes of GRPCChannelConfiguration
Diffstat (limited to 'src/objective-c/GRPCClient/private/GRPCChannelPool.h')
-rw-r--r--src/objective-c/GRPCClient/private/GRPCChannelPool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/private/GRPCChannelPool.h b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
index 1145039549..2a99089d2f 100644
--- a/src/objective-c/GRPCClient/private/GRPCChannelPool.h
+++ b/src/objective-c/GRPCClient/private/GRPCChannelPool.h
@@ -31,8 +31,8 @@ NS_ASSUME_NONNULL_BEGIN
@interface GRPCChannelConfiguration : NSObject<NSCopying>
-@property(atomic, strong, readwrite) NSString *host;
-@property(atomic, strong, readwrite) GRPCCallOptions *callOptions;
+@property(copy, readonly) NSString *host;
+@property(strong, readonly) GRPCCallOptions *callOptions;
@property(readonly) id<GRPCChannelFactory> channelFactory;
@property(readonly) NSMutableDictionary *channelArgs;