GRPC Objective-C
1.39.1
|
#import <GRPCWrappedCall.h>
Instance Methods | |
(instancetype) | - initWithMetadata:handler: |
(instancetype) | - initWithMetadata:flags:handler: |
![]() | |
(void) | - finish |
Guaranteed to be called when the operation has finished. More... | |
Additional Inherited Members | |
![]() | |
grpc_op | op |
- (instancetype) initWithMetadata: | (NSDictionary *) | metadata | |
flags: | (uint32_t) | flags | |
handler: | (void(^)(void)) | NS_DESIGNATED_INITIALIZER | |
- (instancetype) initWithMetadata: | (NSDictionary *) | metadata | |
handler: | (void(^)(void)) | handler | |