#import <GRPCCall+V2API.h>
Instance Methods | |
| (instancetype) | - initWithHost:path:callSafety:requestsWriter:callOptions:writeDone: |
| (void) | - receiveNextMessages: |
Definition at line 19 of file GRPCCall+V2API.h.
| - (instancetype) initWithHost: | (NSString *) | host | |
| path: | (NSString *) | path | |
| callSafety: | (GRPCCallSafety) | safety | |
| requestsWriter: | (GRXWriter *) | requestsWriter | |
| callOptions: | (GRPCCallOptions *) | callOptions | |
| writeDone: | (void(^)(void)) | writeDone | |
Extends class GRPCCall.
| - (void) receiveNextMessages: | (NSUInteger) | numberOfMessages |
Extends class GRPCCall.