aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCallOptions.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-23 10:28:04 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-23 10:28:53 -0700
commit351b5d0f13138690b8ce75a7675306caec5c9e62 (patch)
tree5bd24723fab09b3243f3684d7a93088ce6b8acd7 /src/objective-c/GRPCClient/GRPCCallOptions.h
parentf3e9224f0b34a6265830600c67293d96964a4c5c (diff)
enableRetry->retryEnabled
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCallOptions.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCallOptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.h b/src/objective-c/GRPCClient/GRPCCallOptions.h
index d1daaa1d82..4c8bb605ea 100644
--- a/src/objective-c/GRPCClient/GRPCCallOptions.h
+++ b/src/objective-c/GRPCClient/GRPCCallOptions.h
@@ -132,7 +132,7 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
* refer to
* https://github.com/grpc/proposal/blob/master/A6-client-retries.md
*/
-@property(readonly) BOOL enableRetry;
+@property(readonly) BOOL retryEnabled;
// HTTP/2 keep-alive feature. The parameter \a keepaliveInterval specifies the interval between two
// PING frames. The parameter \a keepaliveTimeout specifies the length of the period for which the
@@ -279,7 +279,7 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
* refer to
* https://github.com/grpc/proposal/blob/master/A6-client-retries.md
*/
-@property(readwrite) BOOL enableRetry;
+@property(readwrite) BOOL retryEnabled;
// HTTP/2 keep-alive feature. The parameter \a keepaliveInterval specifies the interval between two
// PING frames. The parameter \a keepaliveTimeout specifies the length of the period for which the